When I try to run zabbix_suckerd I get this error below.
Failed to connect to database: Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'
I am not running mysql in this location. It is pointing to another location.
When the zabbix_suckerd is compiled does it compile it to look for mysql in a certain directory?
My connection file for mysql my.cnf is configured properly and start with no issues but the zabbix_suckerd is looking in '/var/lib/mysql/mysql.sock'.
Thanks for your help.
Failed to connect to database: Error: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock'
I am not running mysql in this location. It is pointing to another location.
When the zabbix_suckerd is compiled does it compile it to look for mysql in a certain directory?
My connection file for mysql my.cnf is configured properly and start with no issues but the zabbix_suckerd is looking in '/var/lib/mysql/mysql.sock'.
Thanks for your help.
Comment