Zabbbix Database is Down
Quick one for notes…when i get a consistent Zabbix Database is down error this gets it back up and running for me – # mysqlq -p (login with root password) mysql> show databases; (just lists the databases on the server) mysql> use zabbix; (if zabbix is your live db) mysql> TRUNCATE TABLE history; mysql> TRUNCATE Read more about Zabbbix Database is Down[…]