MySQL governor installs MySQL 5.0 and I want it to use MySQL 5.5 since my server has MySQL 5.5. How do I fix this? Thank you.
Announcement
Collapse
No announcement yet.
MYSQL Governor
Collapse
X
-
We updated MySQL governor in our repository to fix this bug.
yum update db-governor db-governor-mysql --enablerepo=cloudlinux-updates-testing
# service db_governor restart
Please, try installing it, and running update one more time.
If it doesn help, use this guide to restore MySQL 5.5
1) rm /etc/mysqlupdisable
2) /scripts/mysqlup --force
Comment