Page 1 of 1

Database Backend is Not Running

Posted: Wed Dec 05, 2012 3:02 am
by morabanc
Hi,

We have a system problem, a red alert (!) on the top indicates ---> """"""Database Backend is Not Running!""""""

What does it mean ??


Thanks

Re: Database Backend is Not Running

Posted: Wed Dec 05, 2012 3:41 am
by morabanc
Now we execute the command to repair all tables "mysqlcheck......"

After this we must investigate the orgin of the problem, you got the idea why this happened ??

Thans !!!!

Re: Database Backend is Not Running

Posted: Wed Dec 05, 2012 10:20 am
by mguthrie
If the database backend isn't running, this can be resolved with the following commands:

service mysqld restart
service postgresql restart

It might be worth checking the /var/log/mysqld.log and see if you notice any obvious reasons for the problem. Otherwise, your system is probably ok after the DB repair procedure.

Re: Database Backend is Not Running

Posted: Wed Dec 05, 2012 10:28 am
by morabanc
Thanks mguthrie, nagios now its OK after the rapair table command (mysqlcheck ....).
Anyway we annotated this commands for the future :)

Bye