Bhavin Vyas <[EMAIL PROTECTED]> wrote:
> I am using "mysq". I tried to re-install using rpm, but didn't work. Will
> need to recompile. However, now, I am getting "Mysql not loaded". My feeling
> is that there must be a simple way to load this module, just don't know how
> :-(
You have to use
extension=mysql.so
in your php.ini, and make sure that the extension_dir is set to the
right directory (try "locate mysql.so" to find it). Stop and restart
Apache, then your mysql module should be available.
Regards...
Michael
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php