Discussion:
Timeout
Gerald
2012-06-22 14:22:55 UTC
Permalink
Hi,

In my application, i have a timeout by mysql server after few days.

I would like that application is always connected to the server.

I try the option autoreconnect in java, but it didn't match.

How-to make this ?
--
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe: http://lists.mysql.com/java
Antoine Oberlaender
2012-06-22 14:33:26 UTC
Permalink
check http://www.mchange.com/projects/c3p0/
Post by Gerald
Hi,
In my application, i have a timeout by mysql server after few days.
I would like that application is always connected to the server.
I try the option autoreconnect in java, but it didn't match.
How-to make this ?
--
MySQL Java Mailing List
For list archives: http://lists.mysql.com/java
To unsubscribe: http://lists.mysql.com/java
Loading...