A bit of an odd problem here. MySQL is definitely working since I can create and view databases within phpmyadmin. However, when I go to do anything requiring a connection to the database from a php script...I get an error.
This is an error from a phpbb install as soon as it tries to connect to the database to populate it:
--------------
Warning: mysql_connect() [function.mysql-connect]: [2002] A connection attempt failed because the connected party did not (trying to connect via tcp://localhost:3306) in G:\EasyPHP-5.3.2i\www\forum\db\mysql4.php on line 48
Warning: mysql_connect() [function.mysql-connect]: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. in G:\EasyPHP-5.3.2i\www\forum\db\mysql4.php on line 48
Fatal error: Maximum execution time of 30 seconds exceeded in G:\EasyPHP-5.3.2i\www\forum\db\mysql4.php on line
--------------
Everything is default except the database names, obviously.
For example, in the phpbb install it calls for db host, db user, db pass, db port, etc etc.
I've created the db "new" and the user root is assigned to it, like usual.
This is what I'm giving it:
[
tinypic.com] <--click for screenshot
What am I doing wrong?