| ||||||||||||
![]() |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
(#1)
|
| New Member Posts: 8 Join Date: Apr 2008 | MySQL error: max_user_connections -
21-08-2008, 09:29 PM
We've been running SupportSuite for months without any significant problems. Today we encountered the following error: Quote:
Is this a known issue? Regards, Rich | |
| | |
(#2)
|
| Developer Posts: 800 Join Date: Dec 2007 Location: Idaho |
21-08-2008, 09:37 PM
This indicates that you're hitting the RAM limit on your hosting, and that your host has not appropriately configured MySQL to clean up zombie connections (something PHP cannot do by definition). MySQL is configured by default to allow those connections to sit around for eight hours, because it expects to be used in datacenters. Please advise your host to update their MySQL configuration to a more sensible max connection time. Having MySQL connections sit around that long on web hosting is not useful; very few web hosts allow applications to run in unbounded time in the first place, so the chances that a connection even can be useful past the five or so minute mark is exceedingly low. They're looking for the mysql setting "wait_timeout", which is in my.cnf; if they don't know how to update server variables from the console, they'll also need to restart their database server. -------------------------------------------------------------------
|
| | |
(#3)
|
(#4)
|
| Operations Manager Posts: 5,668 Join Date: Jan 2006 Location: United Kingdom |
23-08-2008, 10:39 PM
Hi Rich, What is max_user_connections set to? -------------------------------------------------------------------
|
| | |
(#5)
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Scalability | nickg | SupportSuite, eSupport and LiveResponse | 11 | 16-07-2008 04:15 AM |
| MySQL, PHP, IISv6 & Zend Installation | Brendan.main | Installation & Upgrading | 8 | 30-05-2008 05:07 PM |
| Moving support suite from MySQL 4 to MySQL 5 | ilion | SupportSuite, eSupport and LiveResponse | 2 | 24-11-2006 11:33 PM |
| Need Help Installing MySQL & PHP on Windows 2003 with IIS 6 | sjvtech | Installation & Upgrading | 3 | 20-04-2006 02:17 AM |