Re: scripts/mysqlup is deprecated. mysql is now updated by the rpm.versions system when you run upcp
Hello
It's generally recommended to troubleshoot an issue before reinstalling MySQL to resolve it. However, if necessary, you can remove the existing MySQL RPMs and then run the following command:
Code:
/usr/local/cpanel/scripts/check_cpanel_rpms --fix
It's also a good idea to backup your MySQL data before reinstalling it:
Code:
cp -Rf /var/lib/mysql /var/lib/mysql-backup
You can remove the backed up directory after you ensure MySQL was reinstalled successfully.
Thank you.