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
Try using the following:
$CFG->dbhost = "localhost";
not sure but it helped me