[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] PhP system class files on RaQ550
- Subject: Re: [cobalt-developers] PhP system class files on RaQ550
- From: "Paul Aviles" <paul.aviles@xxxxxxxxx>
- Date: Thu Nov 6 16:35:01 2003
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Ercilia, first make sure PHP is enabled for the site. Then if what you need
is MySQL support do this,
Edit /etc/httpd/php.ini and look for the [MySQL] section and add the
following after it:
extension=mysql.so
mysql.default_scocket = /var/lib/mysql/mysql.sock
restart apache
/etc/rc.d/init.d/httpd restart
and voala...