-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Deepak Vishwanathan wrote:

| Hi,
|
|
|
| I am writing a thread safe connection pool class. I want to connect to
| MySQL through jdbc driver. In the initialization method, I write a
| method that makes connections to the database and stores them in a
| vector. When, I try making the 99th connection, MySQL throws an error
| that says "java.sql.SQLException: General error, message from server:
| "Too many connections".
|
|
|
| What is max. limit on the number of connections for the JDBC driver?
|
|
|
| Thanks,
|
| Deepak

Deepak,

This is not a client-side (JDBC) issue. See:

http://dev.mysql.com/doc/mysql/en/Too_many_connections.html

Regards,

        -Mark
- --
Mr. Mark Matthews
MySQL AB, Software Development Manager, J2EE and Windows Platforms
Office: +1 708 332 0507
www.mysql.com

MySQL Guide to Lower TCO
http://www.mysql.com/it-resources/white-papers/tco.php
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (MingW32)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAlV+9tvXNTca6JD8RAtECAJ47hlU16q0ieptGbI2lw4s7957e0ACghOM5
xyMxeNmyi1eP1Tn6wK9KtYY=
=FU51
-----END PGP SIGNATURE-----

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to