954,597 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

'reading initial communication packet', system error when remote connecting....

Hey

Im trying to connect to a remote MySQL server running on Windows using a Ubuntu client (via a local IP on the same network) and I receive this:

Lost connection to MySQL server at 'reading initial communication packet', system error: 110

I imagine that it is in the host configuration that doesn't allow external connections so how can I fix this?

Thanks.

riahc3
Posting Pro
545 posts since May 2008
Reputation Points: 50
Solved Threads: 2
 

First try if you can connect to the server using telnet:
telnet 3306
[replace 3306 with the actual port number of the mysql service; 3306 is the default]
If you cannot, you have to log into the server and probably change it's firewall's rules.

smantscheff
Nearly a Posting Virtuoso
1,233 posts since Oct 2010
Reputation Points: 300
Solved Threads: 254
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You