I can not migrate the PostegreSql database to mysql because of this error:
psqlodbca.so: Unable to open shared object file: File or directory not found
I'm using ubuntu 64 Postgresql 9x and workbench 6.x, how should I proceed?
Connection String: ODBC connection string: DRIVER = PostgreSQL ANSI; SERVER = 127.0.0.1; PORT = 5432; DATABASE = financial; UID = postgres; UseDeclareFetch = 1;