[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] Raq550 PHP and MySQL mysql_pconnect() error
- Subject: RE: [cobalt-users] Raq550 PHP and MySQL mysql_pconnect() error
- From: BSmith@xxxxxxxxxxx
- Date: Fri Nov 8 09:29:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Mark Roebuck
Subject: RE: [cobalt-users] Raq550 PHP and Mysql mysql_pconnect() error
Does anyone know about installing the php-mysql packages on a Raq550?
Thanks
Mark Roebuck
_____________________________________
Mark,
PHP & MySQL come preinstalled on the Raq550. Therefore, you do NOT need to
do anything to install it.
You just need to edit your /etc/httpd/php.ini file, locate the portion where
it says "extension=mysql.so"
and remove out the comments (the semi colon is the comment).
then restart your httpd daemon
/etc/rc.d/init.d/httpd restart
some say you can do a reload instead, but ... I never tried it, therefore, I
do NOT know if u can or
can't.