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
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';
$CFG->dbpass = 'yourpassword';
You can check this out as well:
27-05-20, 8:04 p.m.
kashmira.n
- https://docs.moodle.org/38/en/Errors_FAQ#Error:_database_connection_failed