Rohit Peyyeti wrote:
Hello:
I am still getting this Communication Link failure problem even after
upgrading to 2.0 JDBC
drivers.
Can anyone help?
To unsubscribe, send a message to the address shown in the
List-Unsubscribe header of this message. If you cannot see it,
e-mail java...@lists.mysql.com instead.
The problem has nothing to do with the version of the drivers. MySQL
closes idle connections after a period of non-use. Either use a
connection pool or other mechanism that ensures non-stale connections by
testing for them, or set the "autoReconnect=true" parameter in your
MM.MySQL URL.
-Mark