"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> > If you check wait_timeout value using mysql command-line client, it
> > takes value for 'wait_timeout' from 'interactive_timeout' variable
> > which is 28800 by default.
>
> thanks, now i see.
> this behaviour is rather strange, isn't it? why are
> If you check wait_timeout value using mysql command-line client, it
> takes value for 'wait_timeout' from 'interactive_timeout' variable
> which is 28800 by default.
thanks, now i see.
this behaviour is rather strange, isn't it? why are there two different
variables then? i thought that wait_tim
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> hi,
> i have problem with automatic setting of variable wait_timeout.
> mysql version 4.0.20 (and 4.0.18) on slackware linux.
> i've tried to set it in several ways:
>
> 1) in startup script as a parameter to mysql_safe:
> -O wait_timeout=30
>
> 2a