Installation
Dear Mam,
after typing the database credentials, mentioned in the pdf file, the Database configuration page is showing an Error message.
Warning: mysqli::__construct(): (HY000/1045): Access denied for user 'moodle-st'@'localhost' (using password: YES) in C:\Moodle\server\moodle\lib\dml\mysqli_native_moodle_database.php on line 79.
What should I do next?

Moodle-Learning-Management-System Getting-Ready-for-Moodle-Installation 00-01 min 10-20 sec 27-05-20, 1:43 p.m. amalatheresa95@gmail.com

Answers:

Check this out:

https://moodle.org/mod/forum/discuss.php?d=163173#p715118
https://stackoverflow.com/questions/26359405/database-error-during-moodle-installation

You will find your config.php at C:\Moodle\server\moodle
Check for the settings -
$CFG->dbuser    = 'moodle-st';
$CFG->dbpass    = 'yourpassword';



27-05-20, 3:12 p.m. NirmalaVenkat
You can check this out as well:
- https://docs.moodle.org/38/en/Errors_FAQ#Error:_database_connection_failed

27-05-20, 8:04 p.m. kashmira.n


Click here to reply/comment online