How to restore postgreSQL backup file to MySQL server? I don't have postgreSQL server on my system. I have only MySQL server
feedback
|
migrated from stackoverflow.com Sep 28 '10 at 16:53
This question came from our site for professional and enthusiast programmers.
|
Install PostgreSQL, restore from backup, export the schema and data then import into MySQL. | |||
|
feedback
|
|
I agree with florin, while performing postgre-sql to mysql migrations, its best to export, rather than restoring from dumps.Please find in detail : http://www.codesmell.org/blog/2009/03/migrate-data-from-postgres-to-mysql/ | |||
|
feedback
|