Upgraded to MySql 5.7 and EasyApache 4 now altered RPMs for missing MySQL56-server-5.6.41-1.cp1162

kelsheikh

Member
Jul 23, 2014
6
1
53
cPanel Access Level
Website Owner
Hi I recently upgraded to MySql 5.7 and migrated to EasyApache 4. I keep on getting cPanel alerts for Altered RPMs found that say the following:

RPM Status
MySQL56-client-5.6.41-1.cp1162 Missing
MySQL56-devel-5.6.41-1.cp1162 Missing
MySQL56-server-5.6.41-1.cp1162 Missing
MySQL56-shared-5.6.41-1.cp1162 Missing
MySQL56-test-5.6.41-1.cp1162 Missing

Is it safe to run: /usr/local/cpanel/scripts/check_cpanel_rpms --fix


cPanel Version: v76.0.20
Automatic cPanel updates: yes
 
Last edited by a moderator:

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,258
463
Is it safe to run: /usr/local/cpanel/scripts/check_cpanel_rpms --fix
Hello @kelsheikh,

Can you check which version of MySQL is listed in the /var/cpanel/cpanel.config file on this system? You can check with the command below:

Code:
grep mysql-v /var/cpanel/cpanel.config
If it shows MySQL version 5.6, change it to 5.7 (you mentioned installing 5.7 already) in the /var/cpanel/cpanel.config file and then run the following command:

Code:
/usr/local/cpanel/scripts/check_cpanel_rpms --fix
Thank you.