G
goomba411
Guest
Basically the title says it all. I recently installed a copy of MySQL server for windows xp x64 for development purposes. I have phpMyAdmin on another machine on the network and can login without a hitch to manage the server from both the 'root' and another account I created.
What I don't get is, how can I connect to the server just fine by logging in with phpMyAdmin, but when I try to have my PHP code connect, I get the error message:
Warning: mysql_connect(): Can't connect to MySQL server on 'IP' (4)
I have verified that the default port is open etc. Can anyone think of something else that would cause PHP to not be able to connect?
Thanks
"IP" represents the IP address of the machine running the server on my network. I removed it for security reasons.
What I don't get is, how can I connect to the server just fine by logging in with phpMyAdmin, but when I try to have my PHP code connect, I get the error message:
Warning: mysql_connect(): Can't connect to MySQL server on 'IP' (4)
I have verified that the default port is open etc. Can anyone think of something else that would cause PHP to not be able to connect?
Thanks
"IP" represents the IP address of the machine running the server on my network. I removed it for security reasons.