I am creating a web page for my WoW server. If I start a WAMP and then open the web page, there is an error shown in the upper left corner:
Error: Unable to connect to MySQL server. MySQL reported: Access denied for user 'root'@'localhost' (using password: YES).
Notice: Undefined index: off in C:\wamp\www\index.php on line 569
I tried to run MySQL, but the problem is that it won't start because it tries to run from the same port as the WAMP (both are port 3306).
What can I do to get MySQL and the WAMP started on the same computer?
