dipesh wrote:
Dear Sir,
I have Mysql database backup file ( xyz.sql ). Now i want to restore
this ( xyz.sql ) file into Postgres Database.
I try following command to restore but Postgres gives me the Error.
You have a mysql dump, which is designed to restore to a MySQL database.
It will incl
Dear Sir,
I have Mysql database backup file ( xyz.sql ). Now i want to restore
this ( xyz.sql ) file into Postgres Database.
I try following command to restore but Postgres gives me the Error.
psql -d tracker -f /home/postgres/backup/tracker_db.sql
In xyz.sql file Lock Table; statement is writ