Re: Connect to MySQL via PHP with success!

2004-02-12 Thread Eric W. Holzapfel
Hello MySQL email listers, Success at last. The tips i received from the MySQL list, got me on track. Finally got the PHP and MySQL set up correctly, thanks to the help from this list. Thanks Again, Eric [EMAIL PROTECTED] wrote: On 11-Feb-2004 Eric W. Holzapfel wrote: Hello Listers, I ha

RE: Connect to MySQL via PHP

2004-02-12 Thread Donny Simonton
don't have to worry about that with apache2, you can just add it to the httpd.conf. Donny > -Original Message- > From: Mike Miller [mailto:[EMAIL PROTECTED] > Sent: Thursday, February 12, 2004 12:19 PM > To: [EMAIL PROTECTED] > Subject: Re: Connect to MySQL via PHP >

Re: Connect to MySQL via PHP

2004-02-12 Thread Mike Miller
MAIL PROTECTED]> CC: Don Read <[EMAIL PROTECTED]>,Eric W.Holzapfel <[EMAIL PROTECTED]> Subject: Re: Connect to MySQL via PHP Date: Thu, 12 Feb 2004 13:05:00 -0500 Apache2 and php is a buggy combination? Not that I have seen. Or are you referring to trying to use the Apache Worker (mu

Re: Connect to MySQL via PHP

2004-02-12 Thread Adam Goldstein
Apache2 and php is a buggy combination? Not that I have seen. Or are you referring to trying to use the Apache Worker (mutlithreaded) MPM with php... I believe that is still a bit buggy, though, no rpms or packages seem to install it that way anyways. I'm hoping to get workerMPM working for me,

Re: Connect to MySQL via PHP

2004-02-11 Thread Curtis Maurand
Did you install PHP-mysql*.rpm? Curtis On Tue, 10 Feb 2004, Eric W. Holzapfel wrote: > Hello Listers, > > I have a problem with my PHP/redhat setup, and possible problem with my > Mysql setup. > I have Apache (2.0) and PHP (4.3.2) installed on a Red Hat 3.0 ES system. > I have MySql install

Re: Connect to MySQL via PHP

2004-02-10 Thread Don Read
On 11-Feb-2004 Eric W. Holzapfel wrote: > Hello Listers, > > I have a problem with my PHP/redhat setup, and possible problem with > my > Mysql setup. > I have Apache (2.0) and PHP (4.3.2) installed on a Red Hat 3.0 ES > system. Apache 2.0 + PHP is a known buggy combination. > I have MySql ins

RE: Connect to MySQL via PHP

2004-02-10 Thread Franck ZAIRE
ZAIRE Tested on Config: RH 9 - PHP 4.3 - Mysql 4.0 -Original Message- From: Ligaya Turmelle [mailto:[EMAIL PROTECTED] Sent: 11 February 2004 02:14 To: Eric W. Holzapfel; [EMAIL PROTECTED] Subject: RE: Connect to MySQL via PHP I have never done this but... Go to your php.ini file and s

RE: Connect to MySQL via PHP

2004-02-10 Thread Ligaya Turmelle
PROTECTED] Subject: Connect to MySQL via PHP Hello Listers, I have a problem with my PHP/redhat setup, and possible problem with my Mysql setup. I have Apache (2.0) and PHP (4.3.2) installed on a Red Hat 3.0 ES system. I have MySql installed on a Slackware linux box. I want to be able to use

Connect to MySQL via PHP

2004-02-10 Thread Eric W. Holzapfel
Hello Listers, I have a problem with my PHP/redhat setup, and possible problem with my Mysql setup. I have Apache (2.0) and PHP (4.3.2) installed on a Red Hat 3.0 ES system. I have MySql installed on a Slackware linux box. I want to be able to use Apache/PHP to connect to the mysql database on