MySQL Forums
Forum List  »  MySQL Administrator

Re: MySQL Error number 2003???
Posted by: Bill Karwin
Date: July 04, 2006 10:01PM

The response when you telnet to 3306 is not supposed to be human-readable. It's responding as though the MySQL client is contacting it, with its proprietary protocol that is used between MySQL client and MySQL server.

Using telnet to test the connection is recommended only to test that the connection succeeds; the response you see from the server is not the issue.

Try the same telnet test, but this time running telnet from your Windows PC. There's a simple telnet client built into Windows, and you can run it from the command-line just like on Linux.

The test is meant to demonstrate that there is still some firewall preventing the Windows PC from contacting the server on that port. Note that firewalls can run on the server, blocking incoming connections, but firewalls can also run on the client PC, blocking outgoing connections. Some antivirus/antispyware programs also block outgoing connections.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL Error number 2003???
July 04, 2006 10:01PM
September 04, 2006 10:49AM
September 12, 2006 01:18PM
October 20, 2006 09:40PM
October 20, 2006 09:47PM
October 28, 2006 06:22PM
December 26, 2006 11:39AM
September 27, 2007 03:04PM
January 27, 2007 09:13PM
February 06, 2008 11:04PM
June 29, 2008 02:51PM
February 04, 2008 01:28AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.