Missatges enviats per Martin Dougiamas

Imatge Core developers Imatge Documentation writers Imatge Moodle HQ Imatge Plugin developers Imatge Testers
The only problem here is that the username and password you've specified in config.php are not working -- the other messages are just a consequence of this. Doublecheck these three settings:

$CFG->dbname = "databasename";
$CFG->dbuser = "username";
$CFG->dbpass = "password";

ALso try installing the MySQL web admin module to give you a web-view of your database and perhaps help you debug the problem (it uses the database settings out of config.php).

http://moodle.com/download/moodle-mysql-admin.zip
(you just unzip it in the admin directory)

Then go directly to :

http://yoursite/admin/mysql/