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

Re: [cobalt-users] Can't load mysql with php



> "MStan" <MStanchin@xxxxxxxxxx> wrote:
> > Hello group, OK I set up mysql and php from the cobalt site...installed
> > fine, now it
> > seems that when I check php to see if its loading a module for mysql its
> > not!....why
> > I entered a line in the php.ini that said extension=mysql.so but it
still
> > will not load...
>
> You need to restart Apache for it to recognize the change.
> /etc/rc.d/init.d/httpd restart

I believe you only need to reload apache / versus stop start.
/etc/rc.d/init.d/httpd reload        which causes a soft restart.

Gerald