Hi all,
Just noticed that one of our servers running MySQL 5.0.27 states that the client version is 4.1.10 in phpmyadmin. Ran a yum info on MySQL-client and it says 5.0.27 installed.
Searched through a few threads here and one mentioned a full removal of all rpm's and a forced update of Mysql.
Tried just running a mysqlup --force but that didn't help at all. I also tried a mysql_upgrade but the check got stuck on:
Otherwise all seems fine, databases are working and this server has been running mysql5 from the beginning (well since first upgrade after a standard cpanel install).
Any idea how to get the client up to version 5.0.27?
Just noticed that one of our servers running MySQL 5.0.27 states that the client version is 4.1.10 in phpmyadmin. Ran a yum info on MySQL-client and it says 5.0.27 installed.
Searched through a few threads here and one mentioned a full removal of all rpm's and a forced update of Mysql.
Tried just running a mysqlup --force but that didn't help at all. I also tried a mysql_upgrade but the check got stuck on:
Code:
ERROR 1060 (42S21) at line 22: Duplicate column name 'File_priv'
Any idea how to get the client up to version 5.0.27?