[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Can't load mysql with php
- Subject: Re: [cobalt-users] Can't load mysql with php
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Nov 14 12:46:30 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
> "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