Hello I have changed database from PostgreSQL to MySQL, but i don't know how to transfer data to mysql. Have anyone know any command by which i can copy/migrate my database from PostgreSQL to MySQL.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Faced the problem a few years ago, and used pg2mysql If I remember well I had to fix one or two things, but works quite well. |
|||||
|
You can use the MySQL Workbench which can import from a variety of database types, including Postgres. |
|||
|