Hi everybody,
I has a power cut a few days ago and my server went down. I had installed the Zabbix Appliance 3.0, and it has worked great until now...
I currently have the following message when I try to access the dashboard:
Database error
Error connecting to database: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
I have tried searching in other threads but couldn't find anything that works. I tried various commands like service mysql start, but none of that seems to do the trick.
I read somewhere that it could be a problem linked to a lack of space. I did a df -h, and here's the ouput:
I'm a beginner with linux, so any help is really appreciated.
Thanks in advance !
I has a power cut a few days ago and my server went down. I had installed the Zabbix Appliance 3.0, and it has worked great until now...
I currently have the following message when I try to access the dashboard:
Database error
Error connecting to database: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
I have tried searching in other threads but couldn't find anything that works. I tried various commands like service mysql start, but none of that seems to do the trick.
I read somewhere that it could be a problem linked to a lack of space. I did a df -h, and here's the ouput:
Code:
Filesystem Size Used Avail Use% Mounted on udev 479M 4.0K 479M 1% /dev tmpfs 99M 388K 99M 1% /run /dev/mapper/zabbix--vg-root 7.3G 3.6G 3.4G 53% / none 4.0K 0 4.0K 0% /sys/fs/cgroup none 5.0M 0 5.0M 0% /run/lock none 493M 0 493M 0% /run/shm none 100M 0 100M 0% /run/user /dev/sda1 236M 82M 142M 37% /boot
Thanks in advance !
Comment