|
phpMyAdmin - Error
Hello,
I'm installing phpMyAdmin-2.11.0, I already edited config.inc.php
and edited some stuff there.
I also and already edited the /etc/php.ini and uncommented the extension module from:
;extension=msql.so
to
extension=msql.so
but still I got this error message when try to access phpmyadmin on my localhost
phpMyAdmin - Error
Cannot load mysql extension. Please check your PHP configuration.
Also when I try to type php in my terminal I got this error message:
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/msql.so' - /usr/lib/php/modules/msql.so: cannot open shared object file: No such file or directory in Unknown on line 0
And also I'm not so sure if where should I put my phpmyadmin directory, as of now I just put it in my /var/www/html. Is it ok?
By the way I'm using centos 5 with apache2,php 5.1.6
Any idea is highly appreciated,
Regards,
Rainel
Last edited by Rainel; 09-04-2007 at 02:37 AM.
|