postgresql migration to mysql - odbc - undefined symbol
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?
Subject
Views
Written By
Posted
postgresql migration to mysql - odbc - undefined symbol
2746
October 29, 2013 01:10PM
1137
October 29, 2013 03:10PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.