Hi!
I just installed zabbix to monitor mySQL databases. I tried out with localhost where I installed both zabbix server and mySQL community server.
I have also created .my.cnf file under /var/lib/zabbix/
I can grab the value with the following command and I can also login to mysql from command line with no issue.
but I am having the error below on both my zabbix frontend and when I use zabbix_get to troubleshoot.
My zabbix frontend can grab all other values except for those mySQL values and keeps showing that access denied error.
I'm trying to solve for this issue for about 1 week plus with any possible solutions online. The error is still there and I'm running out of ideas.
Someone please help! T_T
I just installed zabbix to monitor mySQL databases. I tried out with localhost where I installed both zabbix server and mySQL community server.
I have also created .my.cnf file under /var/lib/zabbix/
Code:
[root@BUMPOCV1 ~]# cat /var/lib/zabbix/.my.cnf [mysql] user=zabbix password=Testing1! host=localhost [mysqladmin] user=zabbix password=Testing1! host=localhost
Code:
[root@BUMPOCV1 ~]# zabbix_agentd -t mysql.status[Com_begin] mysql.status[Com_begin] [t|224019]
Code:
[root@BUMPOCV1 ~]# zabbix_get -s 127.0.0.1 -k mysql.status[Com_begin] ERROR 1045 (28000): Access denied for user 'zabbix'@'localhost' (using password: NO)
I'm trying to solve for this issue for about 1 week plus with any possible solutions online. The error is still there and I'm running out of ideas.
Someone please help! T_T
Comment