"The data base details specified in config.php ...

"The data base details specified in config.php ...

by Joseph Chuks -
Number of replies: 1
Hi,

The system returns the following message:

"The data base details specified in config.php are not correct or the database is down."

My database is always running. Please can somebody help me!

My actual configuration in the config.php is:

$CFG->dbtype = "mysql";
$CFG->dbhost = "mysql.tymhosting.com";
$CFG->dbname = "moodle";
$CFG->dbuser = "cristoweb";
$CFG->dbpass = "*********";

Thanks in advance for your help.

Joseph
Average of ratings: -
In reply to Joseph Chuks

Re: "The data base details specified in config.php ...

by Dave Ray -

Try using the following:

$CFG->dbhost = "localhost";

 

not sure but it helped me