From owner-freebsd-database@FreeBSD.ORG Sat Feb 14 05:42:08 2004 Return-Path: Delivered-To: freebsd-database@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2648016A4CE for ; Sat, 14 Feb 2004 05:42:08 -0800 (PST) Received: from gddsn.org.cn (mail.gddsn.org.cn [210.21.6.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id C826243D31 for ; Sat, 14 Feb 2004 05:42:07 -0800 (PST) (envelope-from wsk@gddsn.org.cn) Received: from gddsn.org.cn (unknown [192.168.168.138]) by gddsn.org.cn (Postfix) with ESMTP id 49F1B38CB53 for ; Sat, 14 Feb 2004 21:42:05 +0800 (CST) Message-ID: <402E25AD.5080506@gddsn.org.cn> Date: Sat, 14 Feb 2004 21:42:05 +0800 From: Suken Woo User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; zh-CN; rv:1.6) Gecko/20040117 X-Accept-Language: zh-cn,zh MIME-Version: 1.0 To: database@freebsd.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: a very very wierd problem....... X-BeenThere: freebsd-database@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Database use and development under FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 Feb 2004 13:42:08 -0000 hi list: using the JDBC(MySQL JDBC CONNECTOR 3.0.10-stable) connect to mysql under 4.9R+jdk1.4.2-p6 i ifconfig fxp0 down for a few hours and ifconfig fxp0 up again. the socket will occured : %sockstat | grep 3306 mysql mysqld 157 5 tcp4 *:3306 *:* root java 1671 7 tcp4 192.168.168.138:3306 192.168.168.138:3306 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ why the socket will with the same port to connect itself???????? and the mysql didn't report any exceptions&errors........ thanks any info.............