Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting over a network to mysql on Linux

Status
Not open for further replies.

Mellegem

Technical User
Apr 3, 2003
49
ZA
Hi, I've successully setup mysql on a Debian 3 box and I can't connect over the LAN to it.
To connect to another mysql database on a Windows ME computer I use
mysql -h 192.168.0.157
and it works fine. But the identical command on to my Linux box
mysql -h 192.168.0.2
I get the error below.

ERROR 2003: Can't connect to MySQL server on '192.168.0.2' (111)
Any Ideas
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top