Re: MySQL java.net.SocketException: Broken pipe
Posted by: Tae Yeon Jeon
Date: June 15, 2006 01:39AM

This is my URL configration string

jdbc:mysql://(host):(port)/(db_name)?autoReconnect=true

Finally I solved problem by adding "autoReconnect" parameter with true value.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL java.net.SocketException: Broken pipe
June 15, 2006 01:39AM


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.