Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Sat, 29 Sep 2001 11:26:07 -0500 (Central Daylight Time) From: Michael Hoffman Subject: Re: Mysql In-reply-to: <1611035819.20010929163410@frontember.hu> X-X-Sender: grouse AT mail DOT utexas DOT edu To: Scr34m Cc: cygwin AT cygwin DOT com Message-id: MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII > I moved from linux /usr/inclode/mysql files into my cygwin include > dir. Don't do that. You need libraries for MySQL. Build them from the MySQL source, using: ./configure --without-server Of course, you will have to get the native Windows server if you want to run the server locally. A caveat: MySQL for Windows uses named pipes to talk to local clients, whereas the MySQL library you compile will want to use UNIX sockets. I found the easiest way to get them talking was to always use a host of 127.0.0.1, forcing INET sockets. Under perl DBI, if you use "localhost," somebody decides to be smart and use UNIX sockets anyway. An additional caveat: There is probably a better way to do the above. Stipe? -- Michael Hoffman The University of Texas at Austin -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/