2 messages in com.mysql.lists.javaRe: Problem still presists!
FromSent OnAttachments
Rohit Peyyeti23 Nov 2000 23:04 
Mark Matthews24 Nov 2000 03:52 
Subject:Re: Problem still presists!
From:Mark Matthews (mmat@thematthews.org)
Date:11/24/2000 03:52:44 AM
List:com.mysql.lists.java

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