Description
If incorrect credentials are used in '/root/.my.cnf' to connect to the MySQL server, chkservd will report the service as down, when it is in fact up.
Workaround
The root user and password, as designated within MySQL should be used within this file:
# cat /root/.my.cnf
[client]
password=MyPASSWORD
user="root"
*Please be sure to use the root password designated within MySQL. If the credential needs to be reset, you may follow the steps provided in this article.
Comments
0 comments
Article is closed for comments.