I installed the Apache .msi and am using the PHP .dlls. Then I installed MySQL and connected to it using the MyCC program. Everything seems to be working fine except when I try to connect the MySQL database using the mysql_connect() fn, I get this:
Can't connect to MySQL server on 'localhost' (10061)
I checked my php.ini file and the mysql.default_port = 3306. What is going on? Please help!