【Vegas原创】使用GreenAMP时,提示“无法载入mysql扩展”解决方法

环境:win2003, php5.2

现象:访问index.php,提示“无法载入mysql扩展,请检查PHP配置”错误

1,php目录下的php.ini复制到c:\windows下

2,php/ext下的php_mysql.dll拷贝到c:\windows\system32下

3,  PHP目录下的libmysql.dll复制到c:\windows\system32\下

4,确认IIS配置里,将php映射:

image

5,IISRESET一下。

6,如以上都不凑效,请寻求他法。

原文地址:https://www.cnblogs.com/amadeuslee/p/3744228.html