Hello
Ive had Zabbix 1.8.1 running on Ubuntu 10.04 for some time now and has been working great. I've just applied some recent updates (which included mysql updates.. and stupidly I did not run snapshot of the server (or recent backup) beforehand).. Ever since I cannot gain access to Zabbix due to mysql connect errors:
mysql_connect(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)[/usr/share/zabbix/include/db.inc.php:58]
This points to mysql not running but it is running and I can confirm processing information.
when I restart the mysql service I can initially connect the one time using commandline mysql.. but trying again gives similar error to above on the commandline:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)
Ive recearched the error and possibly looking to permission errors but im not sure where. Ive adjusted the mysql config file but to no avail. mysql looks to be there and appears to be working it appears to be some communication from the local console.
If anyone has any pointers that would be great..
Ive had Zabbix 1.8.1 running on Ubuntu 10.04 for some time now and has been working great. I've just applied some recent updates (which included mysql updates.. and stupidly I did not run snapshot of the server (or recent backup) beforehand).. Ever since I cannot gain access to Zabbix due to mysql connect errors:
mysql_connect(): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)[/usr/share/zabbix/include/db.inc.php:58]
This points to mysql not running but it is running and I can confirm processing information.
when I restart the mysql service I can initially connect the one time using commandline mysql.. but trying again gives similar error to above on the commandline:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (111)
Ive recearched the error and possibly looking to permission errors but im not sure where. Ive adjusted the mysql config file but to no avail. mysql looks to be there and appears to be working it appears to be some communication from the local console.
If anyone has any pointers that would be great..
Comment