Connecting to a remote mysql server from a windows machine (XP)
Posted
by
Samuel Martin
on Super User
See other posts from Super User
or by Samuel Martin
Published on 2010-02-16T20:41:15Z
Indexed on
2012/04/15
11:34 UTC
Read the original article
Hit count: 224
I am trying to connect to mysql server which is installed on my home pc from another pc. I allowed all connection in mysql configuration. There's no firewall blocking on the pc I am trying to connect from. I used the command-
mysql -h Some.Host.IP -u SomeUser -p SomePassword
I am getting-
ERROR 2003 (HY000): Can't connect to MySQL server on 'Some.Host.IP' (10060)
I can connect through php!!
What's the problem? How do I solve it?
© Super User or respective owner