Hi,
We have a system problem, a red alert (!) on the top indicates ---> """"""Database Backend is Not Running!""""""
What does it mean ??
Thanks
Database Backend is Not Running
Database Backend is Not Running
You do not have the required permissions to view the files attached to this post.
Re: Database Backend is Not Running
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 !!!!
After this we must investigate the orgin of the problem, you got the idea why this happened ??
Thans !!!!
Re: Database Backend is Not Running
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.
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
Thanks mguthrie, nagios now its OK after the rapair table command (mysqlcheck ....).
Anyway we annotated this commands for the future
Bye
Anyway we annotated this commands for the future
Bye