Remote MySQL 5... still MySQL Clients 4.1.22 on WHM ?

excessnet

Well-Known Member
Aug 7, 2006
57
0
156
Quebec, Canada
cPanel Access Level
Root Administrator
Hello,

I'm going to update my remote MySQL server to MySQL 5.0.xx, but, I just want to know, the local MySQL-Client of WHM will stay 4.1.22, do I need to update manually (via yum or rpm) or I need (or can) do it the cPanel way ?

Brief : I'm running currently cPanel/WHM on CentoS 4.7 with CentOS 4.7 MySQL 4.1.22 remote server => Going for cPanel/WHM on CentoS 4.7 with CentOS 4.7 MySQL 5.0.xx remote server. How do to it ?

Thanks a lot !
 

excessnet

Well-Known Member
Aug 7, 2006
57
0
156
Quebec, Canada
cPanel Access Level
Root Administrator
Finally, what I did is :

1) mv /etc/mysqldisable /etc/mysqldisable.bak
2) WHM > Tweak Settings > MySQL (checked 5 + save)
3) /scripts/perlinstaller --force Bundle::DBD::mysql
4) /scripts/mysqlup --force
5) mv /etc/mysqldisable.bak /etc/mysqldisable
6) service mysql stop
7) chkconfig mysql off
8) Recompile Apache with Easy Apache
 
Last edited: