Re: [Phplib-users] SQL: more than 'max_user_connections'
Brought to you by:
nhruby,
richardarcher
From: <so...@gm...> - 2003-02-20 15:23:58
|
> 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 on my server persistent connections are impossible > This is a mysql issue. You can change max_user_connections in your > my.cnf file. Do a locate for it on your system. This is often set > to 0 (no limit) but may be set to a specific value which is too low > for your situation. max_user_connections is set to 0 (no limit) can I change someting in my PHP Scripts? (close DB) thx, MAREK. |