Error when trying to migrate postgresql db to mysql with workbench

前端 未结 7 1811
青春惊慌失措
青春惊慌失措 2021-02-14 02:08

I am trying to migrate a postgresql database to mysql following this tutorial: http://mysqlworkbench.org/2012/11/how-to-migrate-postgresql-databases-to-mysql-using-the-mysql-wo

7条回答
  •  误落风尘
    2021-02-14 02:18

    In my case I was using Windows 64bit and using "PostgreSQL ANSI(x64)" did connect to the Postgres database but it gave errors while migrating the database from Postgres to Mysql. I used the driver "PostgreSQL Unicode(x64)" and it worked. If your data contains unicode characters i.e. non ASCII characters use "PostgreSQL Unicode(x64)" drivers.

提交回复
热议问题