Hello.

I must say that a newcomer. I am engaged in the book. Installed EasyPHP-3. Apache and MySQL work fine (green indicator). On disk C, I created a web folder where I add examples. I took a short program from the book to create a table. When launched, I received the following message:

Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'Guest'@'localhost' (using password: YES) in C:webinstall_1.php on line 10

I understand that access to MySQL is closed. Need some additional settings. Database and table are not formed.

    2 answers 2

    Wrong login or password. Check if everything is correct.

      In the 10th line of the script at address C: webinstall_1.php you have the function mysql_connect (). It contains the user name, password and database to connect to. Check the correctness of the entered data.