Issue
- MySQL Governor doesn't work. The following errors can be seen in
/var/log/dbgovernor-error.log
"Access denied for user 'root'@'localhost' " in error log
Can't connect to mysql. Please check that mysql is running otherwise check host, login and password in /etc/container/mysql-governor.xml file
- dbtop says
Can't connect to socket. Maybe governor is not started
Environment
- CloudLinux
- MySQL Governor
Solution
Set valid MySQL access credentials in the following line in the /etc/container/mysql-governor.xml
of MySQL Governor configuration file:
<connector host="..." login="..." password=".." prefix_separator="_"/>
Cause
MySQL Governor misconfiguration.
Useful links
https://docs.cloudlinux.com/cloudlinux_os_components/#configuration-3
Comments
3 comments
Hi, we tested what you mentioned without success.
Please check,
Best Regards
Keliweb, have you used the correct mysql root password? Can you double-check if you can access MySQL with it? Let's use our https://forum.cloudlinux.com for further discussion.
Or you may want to create a support ticket so we can check the issue in place.
This issue can be a result of changing Plesk admin's password (if you are on Plesk Server).
Please update the new Plesk admin's password to above mentioned xml file and done!
Please sign in to leave a comment.