|
||||||
| Linux Web Server Web Server help and support (including cpanel, whm, plesk, etc.) |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
In MySQL version 3.x and 4.x you shall open the file called "/etc/my.cnf", and edit the variable/line saying something like "max_connections". The exact line is different from version to version, but see if you can find it.
|
|
||||
|
v0id is correct. By default it only allows 100 connections. Edit your /etc/my.cnf file and ADD:
Code:
[mysqld] max_connections=500 More info: http://dev.mysql.com/doc/refman/5.0/...nnections.html |
![]() |
| Tags |
| mysql connections |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Suggestion: Increase Width | Justice M | General/Lounge | 3 | 04-03-2008 03:19 PM |
| MySQL Version | Tor | Linux Applications | 9 | 02-22-2008 07:23 AM |
| MySQL Root Password | Prog | Linux Applications | 1 | 10-08-2007 08:38 PM |
| .SQL into MySQL | Lop | Linux Applications | 3 | 08-14-2007 07:01 PM |