[1.20] I receive the error "cannot load MySQL extension, please check PHP Configuration".
To connect to a MySQL server, PHP needs a set of MySQL functions called "MySQL extension". This extension may be part of the PHP distribution (compiled-in), otherwise it needs to be loaded dynamically. Its name is probably mysql.so or php_mysql.dll. phpMyAdmin tried to load the extension but failed.
Usually, the problem is solved by installing a software package called "PHP-MySQL" or something similar.
我的系统是winxp+iis+php5+mysql5 全部装在D盘 windows在c盘 mysql安装成功
我已把所有的dll文件拷贝到了system32里,并配置好php.ini放到了windows里,运行phpinfo.php正常,
可是运行phpmyadmin时显示 无法载入 mysql 扩展,<br />请检查 PHP 配置
为什么啊,我完全按照网上的去配的啊,重启IIS也不行,
libmysql.dll我也拷贝到了d:\php\ext和windows和SYSTEM32了
请都高手啊! |