Re: [SOLVED] mysql command line tool problems

Installing, Configuring, Troubleshooting server daemons such as Web and Mail
Locked
Mu3rt3
Posts: 2
Joined: 2010/12/11 14:04:44

[SOLVED] mysql command line tool problems

Post by Mu3rt3 » 2010/12/11 14:10:13

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.

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

[SOLVED] mysql command line tool problems

Post by pschaff » 2010/12/12 14:12:34

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]

Mu3rt3
Posts: 2
Joined: 2010/12/11 14:04:44

Re: [SOLVED] mysql command line tool problems

Post by Mu3rt3 » 2010/12/12 22:55:40

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!

pschaff
Retired Moderator
Posts: 18276
Joined: 2006/12/13 20:15:34
Location: Tidewater, Virginia, North America
Contact:

Re: [SOLVED] mysql command line tool problems

Post by pschaff » 2010/12/13 15:31:59

Thanks for reporting back. Marking this thread [SOLVED] for posterity.

Locked