MySQL updated to 5.0.24, but...

DReade83

Well-Known Member
Oct 20, 2006
196
0
166
Cheshire, UK
I have updated MySQL to v5.0.24 and re-built Apache, adding PHP 5.1.6 to the list too, but the MySQL Client Version is still stuck on 4.1.10. The MySQL Server Version is displaying as 5.0.24 though.

Any ideas what's going on?
 

chirpy

Well-Known Member
Verifed Vendor
Jun 15, 2002
13,437
34
473
Go on, have a guess
Presuming you're running on a rpm-based OS, the simplest solution would be to remove all the mysql rpms:

To get a list:
rpm -qa | grep -i mysql

Then reinstall mysql:

/scripts/mysqlup --force

Probably a good idea to stop mysql and take a copy of /var/lib/mysql beforehand.