Published by exdone
Posted on September 11, 2009
php installation appears to be missing the mysql which is required for wordpress
======
open the php.ini file.
if you do a search for extension=php_mysql.dll and un comment it ie delete the ; at the beginning of the line
then search further up in the ini file for extension_dir=”./” and replace ./ with c:\php\ext (assuming your php is in c:\php) so it will look like: extension_dir=”c:\php\ext”. This tells php that the dllfor the php_mysql.dll is located in c:\php\ext.
save your php.ini
Also copy libmysql.dll from c:\php c:\windows\system32 and then restart IIS