Erro after reboot server

Read 2951 times
Hi,

After I reboot my server, it is returning me the error:

Fatal error: Uncaught exception 'Exception' with message 'Could not connect to database: No such file or directory' in /usr/local/centovacast/system/class_CCSQL.php:32 Stack trace: #0 /usr/local/centovacast/system/class_CCSQL.php(32): CCSQL::__construct() #1 /usr/local/centovacast/web/login/index.php(39): CCSQL->__construct(true) #2 {main} thrown in /usr/local/centovacast/system/class_CCSQL.php on line 32

Help ME!
that means mysql is not running after the reboot.

console:
sudo /sbin/service mysqld start

to start mysql automatic on reboot of the server:
sudo chkconfig mysqld on
Last Edit: May 12, 2014, 04:07:52 pm by Radiator