This is a discussion on Mysterious 'Lost connection' errors within the MySQL General forum forums, part of the MySQL category; --> On Thu, May 10, 2007 at 08:58:37AM -0600, mos wrote: > If you do a google search: > http://www.google.ca/search?q=lost+m...&start=90&sa=N ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| On Thu, May 10, 2007 at 08:58:37AM -0600, mos wrote: > If you do a google search: > http://www.google.ca/search?q=lost+m...&start=90&sa=N > > you'll find about a hundred web sites encountering the exact same error. Indeed, I noticed that ;-) > Maybe the problem is with the hardware, like your network card > disconnecting from the MySQL server machine? Or TCP/IP? The only comment I could find from a MySQL employee suggested that. But I don't believe them. There are no other network problems visible, and the 'authorization packet' is mid-way through the connection setup (i.e. the TCP/IP connection has already been successfully used to both send and receive data if we get as far as the 'authorization packet'). I suspect some sort of bug in the MySQLd authentication code. |
| ||||
| On Thu, May 10, 2007 at 05:17:12PM +0100, Jon Ribbens wrote: > I suspect some sort of bug in the MySQLd authentication code. I've managed to discover using --debug that it's due to MySQLd failing to handle EINTR from read() in the authentication stage. I've filed a bug report: http://bugs.mysql.com/bug.php?id=28359 Does anyone know how/where to best attract the attention of a MySQL developer to this bug? |
| Thread Tools | |
| Display Modes | |
|
|