Error when trying to migrate postgresql db to mysql with workbench

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

    I followed the official documentation from MySQL Workbench, in which they tell you to set up you ODBC connection as

    Name: 'psqlODBC'

    This is now the name of the driver. So whatever you have called the name in ODBC will need to match your Driver inside Workbench

    Name psqlODBC

    Matches Driver here psqlODBC

    And then hopefully you'll get:

    0 讨论(0)
提交回复
热议问题