Re: trying to change wait_timeout

2011-09-10 Thread Bruce Ferrell
sman wrote: - Original Message - From: "Bruce Ferrell" To: mysql@lists.mysql.com Sent: Thursday, 8 September, 2011 3:10:16 AM Subject: trying to change wait_timeout I've read the documentation on MySQL for version 5.1 and it says all I have to do is to place the followin

Re: trying to change wait_timeout

2011-09-08 Thread Suresh Kuna
;> - Original Message - > >> > >>> From: "Bruce Ferrell" > >>> To: mysql@lists.mysql.com > >>> Sent: Thursday, 8 September, 2011 3:10:16 AM > >>> Subject: trying to change wait_timeout > >>> > >>>

Re: trying to change wait_timeout

2011-09-08 Thread Andrew Moore
gt; From: "Bruce Ferrell" >>> To: mysql@lists.mysql.com >>> Sent: Thursday, 8 September, 2011 3:10:16 AM >>> Subject: trying to change wait_timeout >>> >>> I've read the documentation on MySQL for version 5.1 and it says all >>> I have

Re: trying to change wait_timeout

2011-09-08 Thread Bruce Ferrell
On 09/08/2011 02:56 AM, Johan De Meersman wrote: - Original Message - From: "Bruce Ferrell" To: mysql@lists.mysql.com Sent: Thursday, 8 September, 2011 3:10:16 AM Subject: trying to change wait_timeout I've read the documentation on MySQL for version 5.1 and it says all

Re: trying to change wait_timeout

2011-09-08 Thread Johan De Meersman
- Original Message - > From: "Bruce Ferrell" > To: mysql@lists.mysql.com > Sent: Thursday, 8 September, 2011 3:10:16 AM > Subject: trying to change wait_timeout > > I've read the documentation on MySQL for version 5.1 and it says all > I

trying to change wait_timeout

2011-09-07 Thread Bruce Ferrell
Hi all, I've read the documentation on MySQL for version 5.1 and it says all I have to do is to place the following: wait_timeout=xxx under [mysqld] did it and show variable like '%wait%' still show wait_timeout at 28800 as it does when I do a set global wait_timeout=10 What am I missing?