Difference between revisions of "Too many Connections"
From TrueERP wiki
(Blanked the page) |
|||
| Line 1: | Line 1: | ||
| + | <menu name="myMenu" align="center"> | ||
| + | More Detail= | ||
| + | [[16 bit MS-DOS Subsystem]] | ||
| + | [[Cant Make New Company]] | ||
| + | [[ERP Service Menu]] | ||
| + | [[Fonts Folder]] | ||
| + | [[Logon Screen]] | ||
| + | [[PrintDAT Warning]] | ||
| + | [[Socket Errors]] | ||
| + | [[Won't Update]] | ||
| + | </menu> | ||
| + | == Overview == | ||
| + | |||
| + | This is a warning that is generated when the number of people or machines connecting to MySQL has exceeded the base allocation | ||
| + | |||
| + | The number of connections permitted is controlled by the max_connections system variable. The default value is 250 to improve performance. If you need to support more connections, you should set a larger value for this variable. | ||
Revision as of 13:36, 10 September 2011
Overview
This is a warning that is generated when the number of people or machines connecting to MySQL has exceeded the base allocation
The number of connections permitted is controlled by the max_connections system variable. The default value is 250 to improve performance. If you need to support more connections, you should set a larger value for this variable.