In the Installing PHP and MySQL for Windows moodle documentation, item 17. where it says:
$CFG->dbpass = ";
should instead be
$CFG->dbpass = "";
Missing an ending quote...
In the Installing PHP and MySQL for Windows moodle documentation, item 17. where it says:
$CFG->dbpass = ";
should instead be
$CFG->dbpass = "";
Missing an ending quote...