Re: PHP & MYSQL

2003-08-14 Thread ___cliff rayman___
i recommend starting/stopping/restarting services with the service command. it is an easy shortcut. Bob Shaw wrote: /etc/rc.d/init.d/httpd restart service httpd restart /etc/rc.d/init.d/mysqld start service mysqld start -- ___cliff [EMAIL PROTECTED]://www.genwax.com/ -- Psyche-list mailing

RE: PHP & MYSQL

2003-08-14 Thread Suresh Babu A. [IT Engineer]
Sorry, it seem to be error is because that i didn't restarted the machine. Suresh On 6 Aug 2003, Peter wrote: > Date: 06 Aug 2003 01:17:29 +0200 > From: Peter <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: RE: PHP & MYSQL &

RE: PHP & MYSQL

2003-08-14 Thread Peter
Am Mit, 2003-08-06 um 00.35 schrieb Suresh Babu A. [IT Engineer]: > Those rpm's are there, but i receive error while connecting mysql. > > Error :- Fatal error: Call to undefined function: mysql_connect() This is typical if the php-mysql module is not installed. Redhat installs

Re: PHP & MYSQL

2003-08-14 Thread Bob Shaw
Suresh Babu A. [IT Engineer] wrote: > Sorry, it seem to be error is because that i didn't restarted the > machine. > I would guess that you did not have to restart the machine, but could have started or restarted the affected processes and achieved the same result. Linux almost always does not req

PHP & MYSQL

2003-08-14 Thread Suresh Babu A. [IT Engineer]
Dear All, I am running a redhat 9 on intel and i have installed MySql. To use php and Mysql, do i have to install any RPM. Pls do advice. Thanks SureshA [EMAIL PROTECTED] -- Psyche-list mailing list [EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/psyche-list

Re: PHP & MYSQL

2003-08-06 Thread Suresh Babu A. [IT Engineer]
Dear All, Thanks to All, to their valubale inputs to resolve my problem. Thanks Suresh A. On Wed, 6 Aug 2003, Bob Shaw wrote: > Date: Wed, 6 Aug 2003 13:52:20 -0400 > From: Bob Shaw <[EMAIL PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: Re: P

RE: PHP & MYSQL

2003-08-06 Thread Suresh Babu A. [IT Engineer]
L PROTECTED]> > Reply-To: [EMAIL PROTECTED] > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: RE: PHP & MYSQL > > You will also need the php rpm. It can be found on the RH9 install CDs. > Do a 'rpm -qa | grep "php\|mysql"'

Re: PHP & MYSQL

2003-08-05 Thread Bob Shaw
- Original Message - From: "Suresh Babu A. [IT Engineer]" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 05, 2003 4:43 PM Subject: PHP & MYSQL > Dear All, > > I am running a redhat 9 on intel and i have installed MySql. To use ph

RE: PHP & MYSQL

2003-08-05 Thread Quillen, Channon
Title: RE: PHP & MYSQL You will also need the php rpm.  It can be found on the RH9 install CDs. Do a 'rpm -qa | grep "php\|mysql"' This is what I get: mysql-3.23.56-1.80 php-imap-4.2.2-17.2 php-mysql-4.2.2-17.2 mysql-server-3.23.56-1.80 php-4.2.2-17.2 php-ldap-4.2.2-1