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
Message-ID: <002d01c15225$7f6249e0$0200a8c0@localdomain>
From: "=?iso-8859-1?Q?...2=AB...?=" <swan@atu.com.au>
To: "Joshua" <happycloud@undream.com>
Cc: <cygwin@cygwin.com>
References: <GJEHLFJEMNLAKEBLCEHAGEHECAAA.happycloud@undream.com>
Subject: Re: mysql clients and php
Date: Thu, 11 Oct 2001 17:22:33 +1000
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4807.1700
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700

you dont need mysql client tools, but you will need to compile php
w/ mysql support. to do this you need to first create the mysql
library. php croaks under cygwin when using its own mysql lib.

compile mysql (w/o server) to make libmysql, then
compile php with "./configure ... --with-mysql=[mysql-prefix]"

NB: if php can find libmysql it will warn you that its using its
own.

that leaves you w/ php w/ mysql support and the mysql clients
under cygwin, you can then download the win32 mysql server binary.

dan

----- Original Message -----
From: "Joshua" <happycloud@undream.com>
To: <cygwin@cygwin.com>
Sent: Thursday, October 11, 2001 4:15 PM
Subject: mysql clients and php


> Hello
>
>  I need to have php be able to access, read, write my win32 mysql. I'm not
> sure of the mechanics here...Do I need the mysql clients on cygwin for
this
> to work or does the integral mysql support in php take care of it all?
>
> Thanks
> Joshua
>
>
> --
> 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/
>
>


--
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/

