Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: indoorcorp on May 12, 2014, 12:47:10 pm

Title: Erro after reboot server
Post by: indoorcorp on May 12, 2014, 12:47:10 pm
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!
Title: Re: Erro after reboot server
Post by: Radiator on May 12, 2014, 04:05:58 pm
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