At 15:27 +0100 8/14/02, John Wards wrote: >I have read somewhere that persistent connections in MySQL have a default >timeout of 8 hours. How would I reduce this?
For interactive clients, set the interactive_timeout server variable to the number of seconds of inactivity before timeout. For non-interactive clients, set the wait_timeout variable instead. The latter is used by default. The former is used if the client specifically requests it. (For example, the mysql program does so if you're not running it in batch mode.) > >Cheers >John Wards >SportNetwork.net --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php