I'm using zabbix server 2.2 and database and zabbix_agent was installed in other host. When I try to monitor mysql database with zabbix agent I got such as error
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
Privileges already set on user. It's work like charm when I try it in my localhost.
PS : MySQL service is running, Zabbix Server and agent are running.
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)'
Check that mysqld is running and that the socket: '/var/lib/mysql/mysql.sock' exists!
Privileges already set on user. It's work like charm when I try it in my localhost.
PS : MySQL service is running, Zabbix Server and agent are running.
Comment