Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Sun, 29 Feb 2004 19:28:36 +0100 From: "Gerrit P. Haase" Reply-To: "Gerrit @ cygwin" Organization: Esse keine toten Tiere Message-ID: <61203746662.20040229192836@familiehaase.de> To: Fabrice Marchal CC: cygwin AT cygwin DOT com Subject: Re: Crash of mysql under cygwin with g++ 3.3.1 In-Reply-To: <4041EDF2.1040504@inf.ethz.ch> References: <15954380034 DOT 20040228015909 AT familiehaase DOT de> <115176853932 DOT 20040229120024 AT familiehaase DOT de> <4041C8DD DOT 9020903 AT inf DOT ethz DOT ch> <126181708262 DOT 20040229132118 AT familiehaase DOT de> <4041EDF2 DOT 1040504 AT inf DOT ethz DOT ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Hallo Fabrice, >>>I only had to do a small work-around because my client keeps telling me >>>that it "cannot connect through /var/mysql/mysql.sock". The >>>workaround is to use mysql_real_connect with host=127.0.0.1 because >>>if I use "localhost" it turns to named pipes instead of using TCP. >>>Any idea why it is that way? >>No, sorry. It never worked with TCP/IP when using host=localhost, I >>always use the IP address of the host where the server is running, >>only exception is when I use the Cygwin-MySQL server running at my >>local box where it also works via /var/mysql/mysql.sock. > Well, I wonder how the "mysql" client manage to connect: for instance > the client which is compiled in you binaries doesnt work (i.e. > "cannot connet throuch socket....") while the mysql clientprovided > in Mysql-4.0.18 for windows work. The native Windows server and clients default to TCP/IP, the Cygwin versions default to using /var/mysql/mysql.sock, if you specify `host=127.0.0.1` it will work with the Cygwin client too because it will use TCP/IP then. Look in the source where it is specified what to use as default, or there should be a part guarded with `#ifdef WIN32` where is specified to use TCP/IP. Gerrit -- =^..^= -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/