Dear All,
I am trying to put mysql monitoring using userparameter_mysql.conf in /etc/zabbix/zabbix_agent.d/
But I am getting following error in zabbix_agentd.log. Can someone help me to understand the issue? I could understand that I need to create user in mysql, but where can I specify the username,password to be used to connect for this ?
-----error ----
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'wwfriday'@'localhost' (using password: NO)'
ERROR 1045 (28000): Access denied for user 'xxxx'@'localhost' (using password: NO)
I am trying to put mysql monitoring using userparameter_mysql.conf in /etc/zabbix/zabbix_agent.d/
But I am getting following error in zabbix_agentd.log. Can someone help me to understand the issue? I could understand that I need to create user in mysql, but where can I specify the username,password to be used to connect for this ?
-----error ----
mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'wwfriday'@'localhost' (using password: NO)'
ERROR 1045 (28000): Access denied for user 'xxxx'@'localhost' (using password: NO)
Comment