Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sat, 29 Sep 2001 11:26:07 -0500 (Central Daylight Time)
From: Michael Hoffman <grouse@mail.utexas.edu>
Subject: Re: Mysql
In-reply-to: <1611035819.20010929163410@frontember.hu>
X-X-Sender: grouse@mail.utexas.edu
To: Scr34m <scr34m@frontember.hu>
Cc: cygwin@cygwin.com
Message-id: <Pine.WNT.4.40.0109291115490.788-100000@barbecueworld>
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 <grouse@mail.utexas.edu>
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/

