in reply to
Re^2: DBD::mysql connections
in thread
DBD::mysql connections
If you're using MySQL, check out the variables
wait_timeout
and
interactive_timeout
query: 'show variables' to see the current values. (they are in seconds). I think my default wait_timeout is 15 minutes.
Comment on
Re^3: DBD::mysql connections
Replies are listed 'Best First'.
Re^4: DBD::mysql connections
by
seaver
(Pilgrim)
on Jun 17, 2004 at 18:11 UTC
well it seems both 'wait_timeout' and 'interactive_timeout' are '28800' seconds, which is 8hours! I think that's enough time :-D
S
[reply]
In Section
Seekers of Perl Wisdom