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
;> - 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
> >>>
> >>>
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
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
- 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
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?