Re: trying to change wait_timeout

2011-09-10 Thread Bruce Ferrell
That's the ticket! Thanks On 09/08/2011 06:55 AM, Andrew Moore wrote: Check that you're looking at the variable in the GLOBAL scope not the SESSION scope. SHOW GLOBAL VARIABLE ... Andy On Thu, Sep 8, 2011 at 11:34 AM, Bruce Ferrellwrote: On 09/08/2011 02:56 AM, Johan De Meersman wrote:

Re: trying to change wait_timeout

2011-09-08 Thread Suresh Kuna
Set the variable wait_timeout=xxx value under the mysqld section of the configuration file and restart the mysqld server. Now check show global variables like 'wait_timeout"; It should be you xxx value what ever you set. On Thu, Sep 8, 2011 at 7:25 PM, Andrew Moore wrote: > Check that you're l

Re: trying to change wait_timeout

2011-09-08 Thread Andrew Moore
Check that you're looking at the variable in the GLOBAL scope not the SESSION scope. SHOW GLOBAL VARIABLE ... Andy On Thu, Sep 8, 2011 at 11:34 AM, Bruce Ferrell wrote: > On 09/08/2011 02:56 AM, Johan De Meersman wrote: > >> - Original Message - >> >>> From: "Bruce Ferrell" >>> To: mysq

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 I have to do is

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 have to do is to place the following: > wait_timeou