Your PHP installation appears to be missing the MySQL extension which is required by WordPress
By我是按以下步骤解决问题的:
- In the Php.ini file (on my machine this is located at C:\Windows):
Set extension_dir = "C:/Program Files/php-5.2.8/ext" (where php is installed on my machine) - uncommented (remove ;)
extension=php_mysql.dll
extension=php_mysqli.dll - 最关键的是下面这步如果用都是windows 2003或以下的服务器,需要把php扩展目录下的
libmysql.dll 拷贝到 - C:\WINDOWS\system32下
希望能帮到你