0

Downloaded and installed mySQL workbench. After entering connection details and trying to test connection gives the following error message
 
Couldn't load library libmysqlclient_r.so: libmysqlclient_r.so: cannot open shared object file: No such file or directory
 
Please help

1 answers, 0 votes, 511 views
Visitor's picture
asked by Visitor
20 weeks 19 min ago



1 Answers

Answer
0

Not sure this is a bug or not, creating a symbolic link to the library solved the problem.
 
Here is how to create a symbolic link to mySqlClient library
 
sudo ln -sf /usr/lib/libmysqlclient_r.so.16.0.0 /usr/lib/libmysqlclient_r.so

Visitor's picture
answer by Visitor
19 weeks 6 days ago

Asked by

Visitor's picture
Visitor

View in your own language!