saving . . . saved Installation has been deleted. Installation has been hidden .
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: &quot;Helvetica Neue&quot;, 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: &quot;Helvetica Neue&quot;, 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 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

Login to add comment


Log-in to answer to this question.