Error when trying to migrate postgresql db to mysql with workbench

前端 未结 7 1809
青春惊慌失措
青春惊慌失措 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:28

    I encountered the same error. Here is how I solved it:

    1. I downloaded the drivers from https://www.postgresql.org/ftp/odbc/versions/msi/ (Select the most recent one for x64)

    2. In the Overview form, click on the button "Open ODBC Administrator". Add the recently installed "PostgreSQL ANSI(x64)". Click "Finish".

    3. When you "Start Migration", in the source selection form, use "Driver: PostgreSQL ANSI(x64)"

提交回复
热议问题