MySQL Forums
Forum List  »  MyISAM

Re: 2013 Errors and long Api Timeout (Aborted Cnx)
Posted by: Ingo Strüwing
Date: June 29, 2006 12:44PM

Well, this is surely not a MyISAM question. It would fit better in the "General" forum. I can just guess.

On the server side you see an "an error reading communication packets". The server closes the connection.

The client sees nothing. But after 2 hours it claims "lost connection to server".

IMHO this looks like a network problem. The two hours can result from the TCP inactivity timeout (the "keepalive" timer). Whatever the network problem is, the breaking instance notifies the server about the release, but not the client.

If you would like me to continue to guess, please be more descriptive about your "ADSL" network. Does it mean all clients and the server are connected to the internet via ADSL, or does your server provide direct ADSL services. Or whatever?

Ingo Strüwing, Senior Software Developer - Storage Engines
MySQL AB, www.mysql.com

Options: ReplyQuote




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.