I've found this error in my logs:
relocation error: /usr/lib64/libmyodbc5.so: symbol strmov, version libmysqlclient_16 not defined in file libmysqlclient_r.so.16 with link time reference
yum-error-log
yum install mysqlclient16
...
184 packages excluded due to repository priority protections
Setting up Install Process
Package mysqlclient16 is obsoleted by mysql-libs, trying to install mysql-libs-5.1.59-1.el6.art.x86_64 instead
Package matching mysql-libs-5.1.59-1.el6.art.x86_64 already installed.
Checking for update.
Nothing to do
i've used the atomicrepo using the latest mysql-version (mysql-5.1.59-1.el6.art.x86_64) on a server driven by CentOS6.
--
Plesk: This also appears in Plesk 10.3 > Application Vault as "Error 500"
--
edit: i've posted my solution as a response, maybe somebody will need it
I had the same error which I had fixed by installing mysql-libs.
your mysql-packages seems to be destroyed or wrong configured (i aspect this happens only on centos6)
For now I may advise you to dump all databases like:
Then uninstall all MySQL related packages:
Disable the atomic-repo in /etc/yum.repos.d
Clean up yum:
Then use autoinstaller and install them:
Start MySQL-Daemon again
After that you may restore your databases:
don't forget to re-enable the atomic-yum repository - Enjoy!
Same problem in Debian 6.0.4 with plesk
Fixed by installing libmysqlclient16