RE: Setting wait_timeout in my.cnf?

2003-11-11 Thread Hoeven, Maarten van der
PROTECTED] Sent: Tuesday, November 11, 2003 1:48 PM To: [EMAIL PROTECTED] Cc: Hoeven, Maarten van der Subject: Re: Setting wait_timeout in my.cnf? Hmm. You could try show variables like "%timeout%"; perhaps interactive_timeout can help you out ? -- kind regards Nils Valentin Tokyo/J

Re: Setting wait_timeout in my.cnf?

2003-11-11 Thread Victoria Reznichenko
"Hoeven, Maarten van der" <[EMAIL PROTECTED]> wrote: > > gosh, I must be overlooking something obvious. Running mysql 4.0.16. I > want to set the wait_timeout in my.cnf (section [mysql]) like: > > wait_timeout = 300 > > also tried the depricated > > set-variable = wait_timeout=300 > > Both are

Re: Setting wait_timeout in my.cnf?

2003-11-11 Thread Nils Valentin
Thanks though! > > Any other suggestions? > > -Original Message- > From: Nils Valentin [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 11, 2003 1:00 PM > To: [EMAIL PROTECTED] > Subject: Re: Setting wait_timeout in my.cnf? > > > > Hi Maarten, > >

RE: Re: Setting wait_timeout in my.cnf?

2003-11-11 Thread Hoeven, Maarten van der
nope, that didnt help. Thanks though! Any other suggestions? -Original Message- From: Nils Valentin [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2003 1:00 PM To: [EMAIL PROTECTED] Subject: Re: Setting wait_timeout in my.cnf? Hi Maarten, I havent tried it recently but

Re: Setting wait_timeout in my.cnf?

2003-11-11 Thread Nils Valentin
ion shoud be read as [mysqld] > > -Original Message- > From: Hoeven, Maarten van der > Sent: Tuesday, November 11, 2003 12:02 PM > To: [EMAIL PROTECTED] > Subject: Setting wait_timeout in my.cnf? -- kind regards Nils Valentin Tokyo/Japan http://www.be-known-online

RE: Setting wait_timeout in my.cnf?

2003-11-11 Thread Hoeven, Maarten van der
correction: section shoud be read as [mysqld] -Original Message- From: Hoeven, Maarten van der Sent: Tuesday, November 11, 2003 12:02 PM To: [EMAIL PROTECTED] Subject: Setting wait_timeout in my.cnf? Hi all, gosh, I must be overlooking something obvious. Running mysql 4.0.16. I want

Setting wait_timeout in my.cnf?

2003-11-11 Thread Hoeven, Maarten van der
Hi all, gosh, I must be overlooking something obvious. Running mysql 4.0.16. I want to set the wait_timeout in my.cnf (section [mysql]) like: wait_timeout = 300 also tried the depricated set-variable = wait_timeout=300 Both are not working; still default to 28800. Sure, I stopped and started t