Error: Database connection failed. It is possible that the database is overloaded or otherwise not running properly

Re: Error: Database connection failed. It is possible that the database is overloaded or otherwise not running properly

by Visvanath Ratnaweera -
Number of replies: 0
Picture of Particularly helpful Moodlers Picture of Translators
No errors with this?
$ mysql -u moodle_db_user -p
[password]
mysql> use moodle_db;


As Howard mentioned 'ALL PRIVILEGES ON * . *' is unnecessary. (The blanks around the dot are typos, right?)