Hi,
I created UserParameter in zabbix_agent.conf mysql.query[*] (echo "query" mysql -N -u zabbix -p pass)
In /usr/local/etc/zabbix Created .mycnf:
[client]
user = zabbix
password = pass
User zabbix created with all priveleges
If to check mysql -u zabbix -p
I can login, and select
But from Test on Item ( In Item I put mysql.query Is it correct? )
Server we have 5.0.3, but I found that client is on version 4.4.4 ( Can it be the problem? )
Thanks,
I created UserParameter in zabbix_agent.conf mysql.query[*] (echo "query" mysql -N -u zabbix -p pass)
In /usr/local/etc/zabbix Created .mycnf:
[client]
user = zabbix
password = pass
User zabbix created with all priveleges
If to check mysql -u zabbix -p
I can login, and select
But from Test on Item ( In Item I put mysql.query Is it correct? )
Server we have 5.0.3, but I found that client is on version 4.4.4 ( Can it be the problem? )
Thanks,
Comment