Re: Can't connect to mysql server
Dustin wrote:
> there is not line containg "bind-address=127.0.0.1" in the my.ini file
> i am using. any other ideas?
The next thing I would check is that you have a firewall preventing you
from reaching port 3306 on the server host. Even while it is allowing
connections on port 80 for your webserver on that machine, a firewall
can block other ports, such as MySQL's 3306.
Regards,
Bill K.
|