0
I cannot migrate Postegresql database to mysql due to this error:
psqlodbca.so: Cannot open shared object file: File or directory not found
I am 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;
I don’t understand, you are trying to use Mysql Workbench to access Postgres?
– bfavaretto
perform a migration from the postgresql database to mysql
– alexjosesilva