I have just installed MySQL workbench from the RP on my F11 x86_64 system. All seems fine but when I try to connect to MySQL I get this error:
Code:
Test connect failed
Couldn't load library libmysqlclient_r.so: libmysqlclient_r.so: cannot open shared object file: No such file or directory
I have tried downloading mysql-connector-c-6.0.2-linux-glibc2.3-x86-64bit and copying the lib files into /lib64.
Code:
libmysqlclient.a
libmysqlclient_r.so
libmysqlclient.so
libmysql.so
libmysql.so.16
libmysql.so.16.0.0
This just makes workbench crash as soon as I try the
test connection.
Help greatly appreciated!
Thanks,
Michael
---------- Post added at 04:26 PM CST ---------- Previous post was at 03:56 PM CST ----------
OK - I just found:
/usr/lib64/mysql/libmysqlclient_r.so
I think I had a typo looking for it before... Anway, although the file is there it clearly cannot be seen by Workbench so help still required...
Thanks,
Michael.