Max packet is set to 64M, and I don't seem to be coming close to my max_connections limit (set to 800).
Is there some other cause to these dropped queries? I'm on a dual server setup.
Thanks!
If this is of any use: Most of the errors seem to be this query:
DELETE FROM subscribethread WHERE threadid = 310982 AND userid = 82389;
MySQL Error : Lost connection to MySQL server during query Error Number : 2013
Date : Thursday, February 22nd 2007 @ 10:43:48 AM
Script : http://www.talkbass.com/forum/newreply.php?do=postreply&t=310982
Referrer : http://www.talkbass.com/forum/newreply.php?do=newreply&noquote=1&p=3853022
http://www.vbulletin.com/forum/showthread.php?s=&postid=310265#post310265
what you're current php and mysql and vB versions ?
Thanks Eva, I got edumacated on the wait_timeout and changed it back to the mysql default. Seems to be fine now :)
what you're current php and mysql and vB versions ?
Thanks, I'll tell my host this. Something is certainly up, just got a flood of 28 such errors in 1 minute this afternoon.
We fixed the problem in the vBulletin members area by running some queries before files were downloaded.
I'm curious though - who would wait more than 35 seconds for a page to load? Isn't it better to just kill off such requests? I may be missing the concept behind the wait_timeout because it seems like such requests would end up in the slow_query log (none do).
My host looked at all the mysql stats and vars, and wasn't able to come up with anything, as I'm already pretty much optimized by Eva2000....
I could set the wait_timeout higher, but I wonder if that wouldn't just be hiding a symptom. I emailed the users that were quoted in the vbulletin errors, and they say that they all got a blank page in their browser when they hit "post reply"... This happened to 28 users between 3:07pm and 3:08pm today.
queries are mostly this:
DELETE FROM subscribethread WHERE threadid = 310982 AND userid = 82389;
MySQL Error : Lost connection to MySQL server during query Error Number : 2013
Date : Thursday, February 22nd 2007 @ 10:43:48 AM
Script : http://www.talkbass.com/forum/newrep...reply&t=310982 (http://www.talkbass.com/forum/newreply.php?do=postreply&t=310982)
Referrer : http://www.talkbass.com/forum/newrep...te=1&p=3853022 (http://www.talkbass.com/forum/newreply.php?do=newreply&noquote=1&p=3853022)
Follow George's advice and try 60 or 90.
#If you have any other info about this subject , Please add it free.# |