mysql monitoring
I get this error when I use MYSQL option to create monitor rules.
The check has been performed.
Status: DOWN?
Error returned: Client does not support authentication protocol requested by server; consider upgrading MySQL client
But I have been install the lastest MYSQL client and the lastest MYSQL ODBC driver, but still get this error.
I tried to use the ODBC option to create monitor rules, but at the ODBC connection string, no template for MYSQL, also I don't know what connection strings can input there to connect MYSQL. Can anyone help me? Thank you so much.
Best Regards
Alex
The check has been performed.
Status: DOWN?
Error returned: Client does not support authentication protocol requested by server; consider upgrading MySQL client
But I have been install the lastest MYSQL client and the lastest MYSQL ODBC driver, but still get this error.
I tried to use the ODBC option to create monitor rules, but at the ODBC connection string, no template for MYSQL, also I don't know what connection strings can input there to connect MYSQL. Can anyone help me? Thank you so much.
Best Regards
Alex
This discussion has been closed.
Comments
The mySQL 3.51 ODBC Driver connection string is:
DRIVER={MySQL ODBC 3.51 Driver};SERVER=data.domain.com;PORT=3306;DATABASE=myDatabase; USER=myUsername;PASSWORD=myPassword;OPTION=3;