Import MySQL dump to PostgreSQL database

后端 未结 17 862
北海茫月
北海茫月 2020-12-04 10:05

How can I import an \"xxxx.sql\" dump from MySQL to a PostgreSQL database?

17条回答
  •  执念已碎
    2020-12-04 10:18

    If you are using phpmyadmin you can export your data as CSV and then it will be easier to import in postgres.

提交回复
热议问题