[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-developers] (no subject) php and Qube3



>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