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

Re: [cobalt-developers] PhP system class files on RaQ550



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...