[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AW: [cobalt-developers] mysql idle connection timeout



Hy,

try to start the mysqld with
--set-variable interactive_timeout=60 --set-variable wait_timeout=60.
After 60seconds ov inactivity the deamon dies. At our systems this works
great.

Greetings
Olly


>is there a way to give mysql 3.22 a hint on when to
>disconnect an idle connection so that the threads are not
>used up by idle connections that linger around ...?
>Should be, shouldn't it? :-)