vote up 1 vote down star

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 when i want to connect more then i got the following error

com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.

How to resolve this error.

Thanks Sunil Kumar Sahoo

flag

0% accept rate
Increase number of connections or lose some friends - whatever's easier. – ChssPly76 Sep 8 at 6:36

1 Answer

vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.