Import MySQL dump to PostgreSQL database

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

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

17条回答
  •  执笔经年
    2020-12-04 10:05

    I could copy tables from MySQL to Postgres using DBCopy Plugin for SQuirreL SQL Client. This was not from a dump, but between live databases.

提交回复
热议问题