Page 1 of 1

[SOLVED] mysql command line tool problems

Posted: 2010/12/11 14:10:13
by Mu3rt3
Hello,

I'm trying to use the mysql command line but it gives out error:

mysql
mysql: relocation error: mysql: symbol strmov, version libmysqlclient_15 not defined in file libmysqlclient.so.15 with link time reference

Server is pretty basic centos 5.5 running web server and mysql.
I have tryed to reinstall the mysql "stuff" and some googling but no luck.

[SOLVED] mysql command line tool problems

Posted: 2010/12/12 14:12:34
by pschaff
Welcome to the CentOS fora. Reading [url=https://www.centos.org/modules/newbb/viewforum.php?forum=47]FAQ & Readme First[/url] is recommended for new users.

Please read [url=http://www.centos.org/modules/newbb/viewtopic.php?topic_id=25128&forum=47]How to provide information about your system[/url] and show us the output from running "./getinfo.sh package". The results of the following command may also be useful.[code]rpm -qa "*mysql*"[/code]

Re: [SOLVED] mysql command line tool problems

Posted: 2010/12/12 22:55:40
by Mu3rt3
Solved this one by taking backup /var/lib/mysql and then deleted the lib files and "yum reinstall mysql"
Works just great now.

Big thx to helpers!

Re: [SOLVED] mysql command line tool problems

Posted: 2010/12/13 15:31:59
by pschaff
Thanks for reporting back. Marking this thread [SOLVED] for posterity.