Re: Enabling Mysql in php

2004-02-16 Thread michele digioia
- From: "Alex Greg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 16, 2004 12:12 PM Subject: Re: Enabling Mysql in php > > Hi. > > I haven't mysql enabled in php. How may I do it? I have php 4.0.4, mysql > 3.23.36, both installed on

Re: Enabling Mysql in php

2004-02-16 Thread Bernd Tannenbaum
Hullos, Am Montag, 16. Februar 2004 12:08 schrieb michele digioia: > Hi. > I haven't mysql enabled in php. How may I do it? I have php 4.0.4, > mysql 3.23.36, both installed on linux RH 7.3. If u compiled php urself u may wanna do it again with: --with-mysql=/PATH to mysql If its a finished pack

Re: Enabling Mysql in php

2004-02-16 Thread Alex Greg
> Hi. > I haven't mysql enabled in php. How may I do it? I have php 4.0.4, mysql 3.23.36, both installed on linux RH 7.3. Install the php-mysql RPM. -- Alex -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe:http://lists.mysql.com/[EMAIL PROTECT

Enabling Mysql in php

2004-02-16 Thread michele digioia
Hi. I haven't mysql enabled in php. How may I do it? I have php 4.0.4, mysql 3.23.36, both installed on linux RH 7.3. Thanks Mic.