Hi I have created jdbc program and database is MySQL 5.1 Also all my friends using same database for connection. Total number of connection became 150 from all of us. So whe
I solved the problem by increasing number of connection
set @@global.max_connections = 1250;
Have a look on the below link http://www.netadmintools.com/art573.html