Trying to use mySQL workbench to migrate a postgresql database to mysql.
postgresql server is 8.4.13-1 on Scientific Linux 6.4
Followed the instructions from http://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql.html
Installed psqlodbc library driver, opened the workbench GUI and entered the parameters for the source posgresql database but I get the following error when I test the connection....
Could not connect to Source DBMS.
00000] [iODBC][Driver Manager]/usr/local/lib/psqlodbcw.so: undefined symbol: PQconnectdbParams (0) (SQLDriverConnect)
ODBC connection string: DRIVER=psqlodbc;SERVER=127.0.0.1;PORT=5432;DATABASE=tracsat;UID=dwills
Any ideas?
postgresql server is 8.4.13-1 on Scientific Linux 6.4
Followed the instructions from http://dev.mysql.com/doc/workbench/en/wb-migration-database-postgresql.html
Installed psqlodbc library driver, opened the workbench GUI and entered the parameters for the source posgresql database but I get the following error when I test the connection....
Could not connect to Source DBMS.
00000] [iODBC][Driver Manager]/usr/local/lib/psqlodbcw.so: undefined symbol: PQconnectdbParams (0) (SQLDriverConnect)
ODBC connection string: DRIVER=psqlodbc;SERVER=127.0.0.1;PORT=5432;DATABASE=tracsat;UID=dwills
Any ideas?