WHM DNS Only Does not Update as a Result of MySQL 5.0

Solokron

Well-Known Member
Aug 8, 2003
852
2
168
Seattle
cPanel Access Level
DataCenter Provider
Version 11.38.2

Will not allow MySQL update to 5.1.
/etc/mysqlupdisable does not exist.
/etc/cpupdate.conf is deprecated and ignored.
/scripts/mysqlup is deprecated and ignored.
 

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,268
463
Hello :)

You can try the following steps:

1. Modify the /var/cpanel/cpanel.config file so that the following line exists:

Code:
mysql-version=5.1
Note that you should modify the "mysql-version" entry to 5.1 if an entry for 5.0 already exists.

2. Run the following command:

Code:
/scripts/check_cpanel_rpms
It should prompt you to update the MySQL RPMs. Keep in mind that you should backup your existing databases before upgrading to a new version of MySQL.

Edited to Add: Please keep in mind this is a manual workaround for DNS-Only servers. This method is not advised for non-DNSONLY servers.

Thank you.
 
Last edited: