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 Message-ID: <002d01c15225$7f6249e0$0200a8c0@localdomain> From: "=?iso-8859-1?Q?...2=AB...?=" To: "Joshua" Cc: References: 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" To: 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/