Error when trying to migrate postgresql db to mysql with workbench

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

    Download and install the MSI package for psqlODBC from http://www.postgresql.org/ftp/odbc/versions/msi/ .

    Then connect using the following settings
    Driver: PostgreSQL ANSI
    Connection method: ODBC (Manually entered parameters)
    This worked for me.

提交回复
热议问题