|
|
|
Re: Warning: Lost connection to MySQL server during query [message #4426 is a reply to message #4425] |
Fri, 26 July 2002 14:33 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is ALWAYS recommended that you use the headers of the MySQL you have installed when compiling PHP rather then the ones come wit PHP.
The reason being your MySQL's headers in 99% of the case will be more recent.
FUDforum Core Developer
|
|
|
|
|
Re: Warning: Lost connection to MySQL server during query [message #9317 is a reply to message #9295] |
Mon, 24 March 2003 15:07 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Not a FUDforum error. This is actually the result of the SQL server dropping the connection on your script. This often happens when persistent connections are used and the timeout value for SQL connections is small.
FUDforum Core Developer
|
|
|