MySQL Forums
Forum List  »  PostgreSQL

postgresql migration to mysql - odbc - undefined symbol
Posted by: David Mongan
Date: October 29, 2013 01:10PM

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?

Options: ReplyQuote


Subject
Views
Written By
Posted
postgresql migration to mysql - odbc - undefined symbol
2419
October 29, 2013 01: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.