MySQL Forums
Forum List  »  Optimizer & Parser

Re: Priority & Timeout
Posted by: Chris Schneider
Date: October 24, 2007 03:12PM

setting wait_timeout = 100 and interactive_timeout = 100 is a good place to start. As far as killing the process in MySql... well, I believe you're going to have to write a bash, php, c, etc... script to run out of CRON.

If you could upgrade to 5.1 you might be able to use the event scheduler to solve your problem.

I had a similar issue and wrote a script to take care of the older connections.

Options: ReplyQuote


Subject
Views
Written By
Posted
5868
August 20, 2007 11:36AM
Re: Priority & Timeout
3386
October 24, 2007 03:12PM


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.