[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-developers] (no subject) php and Qube3
- Subject: RE: [cobalt-developers] (no subject) php and Qube3
- From: bb2@xxxxxxxx
- Date: Fri Apr 6 06:22:02 2001
- List-id: Discussion Forum for developers on Cobalt Networks products <cobalt-developers.list.cobalt.com>
>Does anybody know if php is configured with mysql in QUBe3
Yes, but you'll have to edit the php.ini file to remove the # in the
following line:
#extension=mysql.so
and restart apache:
kill -USR1 ### (where ### is the PID for the httpd process running as root
which looks like this:
root 700 0.0 3.3 7652 4280 ? S Mar24 0:00
/usr/sbin/httpd -f /etc/httpd/conf/httpd.conf
--bb