From owner-freebsd-database@FreeBSD.ORG Sun Feb 8 04:13:27 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 D1B4D16A4CF for ; Sun, 8 Feb 2004 04:13:27 -0800 (PST) Received: from anubis.medic.chalmers.se (anubis.medic.chalmers.se [129.16.30.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F16043D1D for ; Sun, 8 Feb 2004 04:13:27 -0800 (PST) (envelope-from moro@medic.chalmers.se) Received: from moro.dtek.chalmers.se (moro.dtek.chalmers.se [129.16.30.44]) by anubis.medic.chalmers.se (Postfix) with ESMTP id DE78443BEB3 for ; Sun, 8 Feb 2004 13:13:25 +0100 (MET) Date: Sun, 8 Feb 2004 13:13:25 +0100 (MET) From: Stefan Moro X-X-Sender: moro@moro.dtek.chalmers.se To: freebsd-database@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: mysql40 and FBSD 4.9 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: Sun, 08 Feb 2004 12:13:28 -0000 Hi, First of all I just want to say that I've never used mysql before so there might not be any problem at all, except me not understanding how to do =) I'm trying to setup mysql40. I installed it from the ports via the mysql40-server port. The installation went just fine. Afetr the installation I was trying to set the mysql root-users password with mysqladmin -u root password 'new-password' when i tried that I got the following message: mysqladmin: connect to server at 'localhost' failed error: 'Access denied for user: 'root@localhost' (Using password: NO)' The server should be up and running because the command mysqladmin version gave the following output: mysqladmin Ver 8.40 Distrib 4.0.17, for portbld-freebsd4.9 on i386 Copyright (C) 2000 MySQL AB & MySQL Finland AB & TCX DataKonsult AB This software comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to modify and redistribute it under the GPL license Server version 4.0.17 Protocol version 10 Connection Localhost via UNIX socket UNIX socket /tmp/mysql.sock Uptime: 2 days 15 hours 4 min 30 sec Threads: 1 Questions: 8 Slow queries: 0 Opens: 6 Flush tables: 1 Open tables: 0 Queries per second avg: 0.000 I have read the mysql-manual but have not found any solution for this problem. I have also googled for this problem but not found any solution.. uname -a output: FreeBSD "hostname" 4.9-RELEASE FreeBSD 4.9-RELEASE #1: Thu Nov 20 13:48:26 GMT 2003 root@"hostname":/usr/obj/usr/src/sys/SERVERKERNEL i386 Do I have to do anything before trying to set the root password or should this work? Does anyone know any good mysql tutorial which includes the installation part of the server? Any help appreciated //Stefan M. From owner-freebsd-database@FreeBSD.ORG Sun Feb 8 04:28:05 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 51CB116A4CF for ; Sun, 8 Feb 2004 04:28:05 -0800 (PST) Received: from phalanx.trit.org (phalanx.trit.org [63.198.170.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DB5043D1D for ; Sun, 8 Feb 2004 04:28:05 -0800 (PST) (envelope-from dima@trit.org) Received: by phalanx.trit.org (Postfix, from userid 406) id E9DF065C00C; Sun, 8 Feb 2004 12:28:04 +0000 (UTC) Received: from harpoon.trit.org (harpoon-wifi.trit.org [192.168.4.243]) by phalanx.trit.org (Postfix) with ESMTP id CE78365C009; Sun, 8 Feb 2004 12:28:00 +0000 (UTC) Received: from harpoon.trit.org (localhost [127.0.0.1]) by harpoon.trit.org (8.12.8/8.12.9) with ESMTP id i18CS0K5007636; Sun, 8 Feb 2004 12:28:00 GMT (envelope-from dima@trit.org) Received: (from dima@localhost) by harpoon.trit.org (8.12.8/8.12.8/Submit) id i18CRxLP007635; Sun, 8 Feb 2004 12:27:59 GMT X-Authentication-Warning: harpoon.trit.org: dima set sender to dima@trit.org using -f Date: Sun, 8 Feb 2004 12:27:59 +0000 From: Dima Dorfman To: Stefan Moro Message-ID: <20040208122758.GA6532@trit.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-PGP-Key: 69FAE582 (http://www.trit.org/~dima/dima.asc) X-PGP-Fingerprint: B340 8338 7DA3 4D61 7632 098E 0730 055B 69FA E582 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.61 (1.212.2.1-2003-12-09-exp) on phalanx.trit.org X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.61 cc: freebsd-database@freebsd.org Subject: Re: mysql40 and FBSD 4.9 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: Sun, 08 Feb 2004 12:28:05 -0000 Stefan Moro wrote: > Afetr the > installation I was trying to set the mysql root-users password with > mysqladmin -u root password 'new-password' > > when i tried that I got the following message: > > mysqladmin: connect to server at 'localhost' failed > error: 'Access denied for user: 'root@localhost' (Using password: NO)' "Using password: NO" means that the client tried to authenticate without sending a password. Try: mysqladmin -u root -p password 'new-password' Note the added -p flag, which should cause the client to prompt you for the current root password. Hope this helps, Dima. From owner-freebsd-database@FreeBSD.ORG Sun Feb 8 04:29:12 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 6CDB216A4CF for ; Sun, 8 Feb 2004 04:29:12 -0800 (PST) Received: from gidgate.gid.co.uk (gid.co.uk [194.32.164.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 91CEA43D1D for ; Sun, 8 Feb 2004 04:29:11 -0800 (PST) (envelope-from rb@gid.co.uk) Received: (from rb@localhost) by gidgate.gid.co.uk (8.11.7/8.11.6) id i18CT8J03453; Sun, 8 Feb 2004 12:29:08 GMT (envelope-from rb) Message-Id: <6.0.1.1.2.20040208122532.03cdd3c0@gid.co.uk> X-Sender: rbmail@gid.co.uk (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 6.0.1.1 Date: Sun, 08 Feb 2004 12:29:05 +0000 To: Stefan Moro From: Bob Bishop In-Reply-To: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed cc: freebsd-database@freebsd.org Subject: Re: mysql40 and FBSD 4.9 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: Sun, 08 Feb 2004 12:29:12 -0000 At 12:13 8/2/04, Stefan Moro wrote: >... I was trying to set the mysql root-users password with >mysqladmin -u root password 'new-password' I think that should be: mysqladmin -u root -p password 'new-password' and if it asks for old password, just hit return. -- Bob Bishop +44 (0)118 977 4017 rb@gid.co.uk fax +44 (0)118 989 4254 From owner-freebsd-database@FreeBSD.ORG Sun Feb 8 22:23:54 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 7C9BC16A4CE for ; Sun, 8 Feb 2004 22:23:54 -0800 (PST) Received: from web80810.mail.yahoo.com (web80810.mail.yahoo.com [66.163.170.105]) by mx1.FreeBSD.org (Postfix) with SMTP id 5BFC743D31 for ; Sun, 8 Feb 2004 22:23:54 -0800 (PST) (envelope-from buttmanizer@yahoo.com) Message-ID: <20040209062354.96469.qmail@web80810.mail.yahoo.com> Received: from [202.92.128.1] by web80810.mail.yahoo.com via HTTP; Mon, 09 Feb 2004 06:23:54 GMT Date: Mon, 9 Feb 2004 06:23:54 +0000 (GMT) From: =?iso-8859-1?q?Jose=20Maria=20Kulalapnot?= To: freebsd-database@freebsd.org In-Reply-To: <40252B45.1050606@jaymax.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: Java Runtime Environment- Available where? 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: Mon, 09 Feb 2004 06:23:54 -0000 look in ports/java/jdk, but it is the whole jdk though. there is a native jre: ports/java/diablo-jre13 but it is jre 1.3 and only works i think in freebsd stable (4.9) --- "Joseph E. Maxwell" wrote: > > Hello, > > Could someone tell me how I can get a copy of the > Java Runtime > Environment v. 1.4.0 or higher. BSD is supposed to > have a binary > available but I can't find it. Any help appreciated. > Thanks > > -- Joe -- ________________________________________________________________________ BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st December 2003. The way the internet was meant to be. http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk From owner-freebsd-database@FreeBSD.ORG Mon Feb 9 13:12:36 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 8CB8716A4CE for ; Mon, 9 Feb 2004 13:12:36 -0800 (PST) Received: from ren.sasknow.com (ren.sasknow.com [207.195.92.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id D636143D1F for ; Mon, 9 Feb 2004 13:12:35 -0800 (PST) (envelope-from glm@cyborgspiders.com) Received: from cyborgspiders.com (hsdbsk206-163-228-16.sasknet.sk.ca [206.163.228.16]) by ren.sasknow.com (8.12.8p1/8.12.8) with ESMTP id i19LCWeP047042 for ; Mon, 9 Feb 2004 15:12:33 -0600 (CST) (envelope-from glm@cyborgspiders.com) Message-ID: <4027F6F4.40505@cyborgspiders.com> Date: Mon, 09 Feb 2004 15:09:08 -0600 From: "Gregory L. Magnusson" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-database@freebsd.org References: <20040209200034.925DB16A4DA@hub.freebsd.org> In-Reply-To: <20040209200034.925DB16A4DA@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: Java Runtime Environment- Available where? 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: Mon, 09 Feb 2004 21:12:36 -0000 The FreeBSD ports collection is searchable online through the FreeBSD website. http://www.freebsd.org/ports/index.html A search for java led me here. http://www.freebsd.org/java/ cheers, Greg Magnusson glm@cyborgspiders.com > >When replying, please edit your Subject line so it is more specific >than "Re: Contents of freebsd-database digest..." > > >Today's Topics: > > 1. Re: Java Runtime Environment- Available where? > (Jose Maria Kulalapnot) > > >---------------------------------------------------------------------- > >Message: 1 >Date: Mon, 9 Feb 2004 06:23:54 +0000 (GMT) >From: Jose Maria Kulalapnot >Subject: Re: Java Runtime Environment- Available where? >To: freebsd-database@freebsd.org >Message-ID: <20040209062354.96469.qmail@web80810.mail.yahoo.com> >Content-Type: text/plain; charset=iso-8859-1 > >look in ports/java/jdk, but it is the whole jdk >though. >there is a native jre: ports/java/diablo-jre13 but it >is jre 1.3 and only works i think in freebsd stable >(4.9) > > > --- "Joseph E. Maxwell" wrote: > > >>Hello, >> >>Could someone tell me how I can get a copy of the >>Java Runtime >>Environment v. 1.4.0 or higher. BSD is supposed to >>have a binary >>available but I can't find it. Any help appreciated. >>Thanks >> >>-- Joe -- >> >> > > >________________________________________________________________________ >BT Yahoo! Broadband - Save £80 when you order online today. Hurry! Offer ends 21st December 2003. The way the internet was meant to be. http://uk.rd.yahoo.com/evt=21064/*http://btyahoo.yahoo.co.uk > >------------------------------ > >_______________________________________________ >freebsd-database@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-database >To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.org" > > >End of freebsd-database Digest, Vol 26, Issue 1 >*********************************************** > > > From owner-freebsd-database@FreeBSD.ORG Mon Feb 9 13:39:44 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 68BE416A4CE for ; Mon, 9 Feb 2004 13:39:44 -0800 (PST) Received: from bast.unixathome.org (bast.unixathome.org [66.11.174.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 41B7043D1D for ; Mon, 9 Feb 2004 13:39:44 -0800 (PST) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 427003D28 for ; Mon, 9 Feb 2004 16:39:43 -0500 (EST) From: "Dan Langille" To: freebsd-database@freebsd.org Date: Mon, 09 Feb 2004 16:39:43 -0500 MIME-Version: 1.0 Message-ID: <4027B7CF.2394.161E1CCB@localhost> Priority: normal In-reply-to: <4027F6F4.40505@cyborgspiders.com> References: <20040209200034.925DB16A4DA@hub.freebsd.org> X-mailer: Pegasus Mail for Windows (v4.02a) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Subject: Re: Java Runtime Environment- Available where? 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: Mon, 09 Feb 2004 21:39:44 -0000 On 9 Feb 2004 at 15:09, Gregory L. Magnusson wrote: > The FreeBSD ports collection is searchable online through the FreeBSD > website. > > http://www.freebsd.org/ports/index.html http://www.freshports.org/categories.php and http://www.freshports.org/search.php might also be useful. > A search for java led me here. > > http://www.freebsd.org/java/ aka http://www.freshports.org/java/ cheers -- Dan Langille : http://www.langille.org/ BSDCan - http://www.bsdcan.org/ From owner-freebsd-database@FreeBSD.ORG Tue Feb 10 06:40:20 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 17BDA16A4D1 for ; Tue, 10 Feb 2004 06:40:20 -0800 (PST) Received: from gunjin.wccnet.org (gunjin.wccnet.org [198.111.176.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 020C143D66 for ; Tue, 10 Feb 2004 06:40:17 -0800 (PST) (envelope-from anthony@gunjin.wccnet.org) Received: from gunjin.wccnet.org (localhost.rexroof.com [127.0.0.1]) by gunjin.wccnet.org (8.12.3/8.12.2) with ESMTP id i1AElMgP080325; Tue, 10 Feb 2004 09:47:22 -0500 (EST) Received: (from anthony@localhost) by gunjin.wccnet.org (8.12.3/8.12.3/Submit) id i1AElLpw080324; Tue, 10 Feb 2004 09:47:21 -0500 (EST) Date: Tue, 10 Feb 2004 09:47:21 -0500 From: Anthony Schneider To: Ken Ulc Message-ID: <20040210144721.GA80266@x-anthony.com> References: <20040130205013.5523.qmail@web20609.mail.yahoo.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <20040130205013.5523.qmail@web20609.mail.yahoo.com> User-Agent: Mutt/1.4.1i cc: freebsd-database@freebsd.org Subject: Re: sybase 11.9.2 on freebsd 4.9 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: Tue, 10 Feb 2004 14:40:20 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable can you maybe check the log file (should be something like SERVER.log) inside the install directory and post any relevant errors? -Anthony. On Fri, Jan 30, 2004 at 12:50:13PM -0800, Ken Ulc wrote: > Hello All, >=20 > Has anyone successfully installed sybase 11.9.2 on > Freebsd 4.9 using the linux emulation. I know 12.5 is > out, but I'm interested 11.9.2 becuase of hardware > limitations. (old machine--see below). I'm new to > Freebsd and I just want to install various software to > sharpen my db skills. Starting with Sybase then > moving onto Oracle, MySQL, etc. We currently run > sybase 11.9.2 on solaris at work. I'm fairly > knowledgeable with Sybase and Solaris. >=20 > Steps Taken for sybase > 1)rpm -ivh --nodeps --ignoreos the_various_sybase.rpms >=20 > installed itself into directory > /usr/compat/linux/opt/sybase-11.9.2 > 2) I created a sybase user and group > 3) sybase .profile --> export > $SYBASE=3D/usr/compat/linux/opt/sybase-11.9.2 > 5) export PATH=3D$SYBASE:$PATH > 6) chmod directory sybase:sybase > 7) brandelf -t Linux $SYBASE/bin/* > brandelf -t Linux $SYBASE/install/* >=20 > 8) adjusted kernel shared memory values > options SHMMAX=3D(SHMMAXPGS*PAGE_SIZE+1) > options SHMMAXPGS=3D20480 # 80Mb of > sharable memory > options SHMMNI=3D4096 > options SHMSEG=3D1024 > options SEMMSL=3D1024 >=20 > 6) Recompiled kernel as root > 7) Run srvbuild as sybase >=20 > I am able to get to the point of building the servers, > but the dataserver will not build. I have seen other > people messages with this problem, but no answer > Error > Building master Device ... Master Device Complete. > Writing entry into directory services ...Directory > services complete. > Writing RUN_SERVER file ... RUN_SERVER file > complete > Starting server ...Task failed > Server XXXXXX was not created. >=20 > XXXX.cfg was not created. The back, mon and xp > servers do seem to build. >=20 > Any ideas. Thanks much. >=20 > Old, Old Learning machine > Quantex - believe it or not. > MMX 200 > 128 Mb > 20 Gig maxtor >=20 >=20 > __________________________________ > Do you Yahoo!? > Yahoo! SiteBuilder - Free web site building tool. Try it! > http://webhosting.yahoo.com/ps/sb/ > _______________________________________________ > freebsd-database@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-database > To unsubscribe, send any mail to "freebsd-database-unsubscribe@freebsd.or= g" --G4iJoqBmSsgzjUCe Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQFAKO75KUeW47UGY2kRAp15AKCKBtcDwkq54H7EV295ha95JIrFOACfRruc 9AN/aWG+43+VjKClaRKQhp8= =/w3v -----END PGP SIGNATURE----- --G4iJoqBmSsgzjUCe-- 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.............