olafz / percona-clustercheck

Script to make a proxy (ie HAProxy) capable of monitoring Percona XtraDB Cluster nodes properly. The clustercheck script is distributed under the BSD license.
BSD 3-Clause "New" or "Revised" License
173 stars 108 forks source link

corrected the MYSQL_USERNAME to 'clustercheckuser' from '-clusterchec… #28

Open jsanjuanph opened 5 years ago

jsanjuanph commented 5 years ago

clustercheck not running correctly as the MYSQL_USERNAME is set to "-clustercheckuser". Corrected this by setting MYSQL_USERNAME to "clustercheckuser".

chaufon commented 4 years ago

Yes, I wasted a couple of hours trying to figure it out what was wrong.