RE: PHP can't connect to MySQL on localhost

2003-03-28 Thread Daevid Vincent
On Behalf Of Reuben D. Budiardja > Sent: Friday, March 28, 2003 3:49 PM > To: [EMAIL PROTECTED] > Subject: Re: PHP can't connect to MySQL on localhost > > > On Friday 28 March 2003 05:31 pm, Ed Wilts wrote: > > On Fri, Mar 28, 2003 at 05:18:36PM -0500, Reuben D. Budia

Re: PHP can't connect to MySQL on localhost

2003-03-28 Thread Reuben D. Budiardja
On Friday 28 March 2003 05:31 pm, Ed Wilts wrote: > On Fri, Mar 28, 2003 at 05:18:36PM -0500, Reuben D. Budiardja wrote: > > Hi, > > I have PHP that I compiled from source (PHP-4.3.0) with mysql support > > (./configure --with-mysql). > > > > I installed mysql from Redhat RPM (Redhat 7.3), and then

Re: PHP can't connect to MySQL on localhost

2003-03-28 Thread Reuben D. Budiardja
On Friday 28 March 2003 05:22 pm, David Hollister wrote: > On Fri, 2003-03-28 at 15:18, Reuben D. Budiardja wrote: > > Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) > > in /usr/local/apache/htdocs/ambs/inc/rb_mysql_class.inc on line 10 > > > > The file or dir /tmp/mysql.

Re: PHP can't connect to MySQL on localhost

2003-03-28 Thread Steve
On Fri, 28 Mar 2003 17:18:36 -0500 "Reuben D. Budiardja" <[EMAIL PROTECTED]> wrote: > > Hi, > I have PHP that I compiled from source (PHP-4.3.0) with mysql support > (./configure --with-mysql). > > I installed mysql from Redhat RPM (Redhat 7.3), and then start the mysql > daemon by: > $> /etc

Re: PHP can't connect to MySQL on localhost

2003-03-28 Thread Ed Wilts
On Fri, Mar 28, 2003 at 05:18:36PM -0500, Reuben D. Budiardja wrote: > > Hi, > I have PHP that I compiled from source (PHP-4.3.0) with mysql support > (./configure --with-mysql). > > I installed mysql from Redhat RPM (Redhat 7.3), and then start the mysql > daemon by: > $> /etc/rc.d/init.d/mys

Re: PHP can't connect to MySQL on localhost

2003-03-28 Thread David Hollister
On Fri, 2003-03-28 at 15:18, Reuben D. Budiardja wrote: > Hi, > I have PHP that I compiled from source (PHP-4.3.0) with mysql support > (./configure --with-mysql). > > I installed mysql from Redhat RPM (Redhat 7.3), and then start the mysql > daemon by: > $> /etc/rc.d/init.d/mysqld start > > C

PHP can't connect to MySQL on localhost

2003-03-28 Thread Reuben D. Budiardja
Hi, I have PHP that I compiled from source (PHP-4.3.0) with mysql support (./configure --with-mysql). I installed mysql from Redhat RPM (Redhat 7.3), and then start the mysql daemon by: $> /etc/rc.d/init.d/mysqld start Connecting to mysql using the console is fine. But when trying it with php