Bug #33858 Lost connection to MySQL server during query
Submitted: 14 Jan 2008 10:21 Modified: 5 Mar 2008 11:26
Reporter: Sony Noel Email Updates:
Status: No Feedback Impact on me:
None 
Category:Connectors: mysqlnd ( PHP ) Severity:S2 (Serious)
Version:5.0.45-community-nt OS:Any (Linux, XP(sp2), W server2k3)
Assigned to: CPU Architecture:Any

[14 Jan 2008 10:21] Sony Noel
Description:
I have a error displayed : "Lost connection to Mysql Server during query". 
Any version of Mysql, 
Any version of OS. Linux, Windows XP, Windows Server 2003,
Any Request. SELECT ..., CALL ...
Any Time : Error is displayed at any instant.
Error is displayed in the same connection. One connection, one request is no probleme. Is very strange for me.

How to repeat:
I have a error displayed : "Lost connection to Mysql Server during query". 
Any version of Mysql, 
Any version of OS. Linux, Windows XP, Windows Server 2003,
Any Request. SELECT ..., CALL ...
Any Time : Error is displayed at any instant.
Error is displayed in the same connection. One connection, one request is no probleme. Is very strange for me.

thank you
[14 Jan 2008 10:26] Sony Noel
Is a information server

Attachment: Informations.txt (text/plain), 12.54 KiB.

[14 Jan 2008 10:46] Tonci Grgin
Hi Sony and thanks for your report. Judging by server variables 
(Aborted_clients  	230
Aborted_connects 	270) I would say your problem is not with mysqlnd but server configuration. Can you see anything of interest in server error log (<your_host_name>.err)?
[14 Jan 2008 13:41] Sony Noel
log error server

Attachment: log.txt (text/plain), 4.60 KiB.

[14 Jan 2008 22:19] Sony Noel
I think that the probleme comes of "libMysql.dll"
I using PHP whith Mysql :
PHP and Mysql Local
Client API library version 	5.0.22
Client API header version 	5.0.22

Is possible ?
[5 Feb 2008 11:25] Andrey Hristov
Hi,
what you have copied from phpinfo:
Client API library version 	5.0.22
Client API header version 	5.0.22
means that you don't use mysqlnd.
Which version of PHP do you use? From the client version it seems it is pretty old one. Have you tried upgrading PHP to newer version and whether this solves the problem?
[6 Mar 2008 0:00] Bugs System
No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".