I'm using trying to install the latest version of wordpress on windows from scratch. Have installed PHP and MySQL ok with IIS 7.5(confirmed both are working, can access a test php file placed in my root folder etc.)
I recieve the following error when trying to install wordpress:
"Your PHP installation appears to be missing the MySQL extension which is required by WordPress"
I have the following lines uncommented in the php.ini file:
extension=php_mysql.dll
extension=php_mysqli.dll
I've been through the support forums and seen a solution that involves copying libmysql.dll from the php to system32 folder, but no such file exists in the version of php I installed (5.3.6).
Anyone have an idea where I'm going wrong?