A Aziz Verified User Joined Oct 4, 2004 Messages 125 Apr 4, 2007 #1 It must be a problem that connections arent closed since logically its not possible to have more mysqld pids than https. How can I terminate connections after 5 seconds of no activity? Which value should be added to my.cnf? Thanks
It must be a problem that connections arent closed since logically its not possible to have more mysqld pids than https. How can I terminate connections after 5 seconds of no activity? Which value should be added to my.cnf? Thanks
smtalk Administrator Staff member Joined Aug 22, 2006 Messages 10,162 Location LT, EU Apr 4, 2007 #2 In depends on which timeout are you interested in You may probably want to add them both: Code: wait_timeout = [B]timesec[/B] connect_timeout = [B]timesec[/B] Replace timesec with time in seconds.
In depends on which timeout are you interested in You may probably want to add them both: Code: wait_timeout = [B]timesec[/B] connect_timeout = [B]timesec[/B] Replace timesec with time in seconds.
A Aziz Verified User Joined Oct 4, 2004 Messages 125 Apr 4, 2007 #3 Connect_timeout is the period between queries? If yes, then how does it differ from wait_timeout? Thanks,
Connect_timeout is the period between queries? If yes, then how does it differ from wait_timeout? Thanks,