Installation
Title
Question
Dear Mam,
after typing the database credentials, mentioned in the pdf file, the Database configuration page is showing an Error message.
Warning<span style="color: rgb(185, 74, 72); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(242, 222, 222);">: mysqli::__construct(): (HY000/1045): Access denied for user 'moodle-st'@'localhost' (using password: YES) in </span>C:\Moodle\server\moodle\lib\dml\mysqli_native_moodle_database.php<span style="color: rgb(185, 74, 72); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; background-color: rgb(242, 222, 222);"> on line </span>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';
Login to add comment