MySQL Forums
Forum List  »  Docs

Re: sql error:java.sql.SQLException: Communication link failure
Posted by: Meiwin Fu
Date: February 07, 2006 11:04PM

Try adding 'autoReconnect=true' to the jdbc connection string and see if this solve the problem.
e.g. jdbc:msqyl://localhost/myDB?autoReconnect=true

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: sql error:java.sql.SQLException: Communication link failure
5533
February 07, 2006 11:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.