Re: [Phplib-users] SQL: more than 'max_user_connections'
Brought to you by:
nhruby,
richardarcher
From: Richard A. <rh...@ju...> - 2003-02-20 20:56:55
|
At 13:16 +0100 20/2/03, Giancarlo wrote: >You have to lower the mysql wait_timeout value from the default 8 h to >1-5 minutes mas, so stale persistent connections will be freed I vote for this solution too. Worked like a charm for me. set-variable = wait_timeout=60 ...R. |