Bug #469 connections
Submitted: 21 May 2003 3:05 Modified: 22 May 2003 8:23
Reporter: Pratap singhal Email Updates:
Status: Not a Bug Impact on me:
None 
Category:MySQL Server Severity:S1 (Critical)
Version: OS:Linux (linux)
Assigned to: CPU Architecture:Any

[21 May 2003 3:05] Pratap singhal
Description:
When we execute a programe to generate report from the data base it usually gives the error like this :

Warning: Too many connections in /var/www/html/mysqladmin/lib.inc.php on line 172

Warning: MySQL Connection Failed: Too many connections in /var/www/html/mysqladmin/lib.inc.php on line 172
Error 
MySQL said: Too many connections
Back 

the programe in written in JAVA servlet  

How to repeat:
[22 May 2003 8:23] Indrek Siitan
This is not a bug. It just means that your MySQL server has reached the limit of concurrent 
connections (which, by default, is set to 100). You can raise that by setting the max_connections 
variable in /etc/my.cnf to the value of your choice.