Installing Wordpress - constant PHP/MySQL extension appears missing
Posted
by Driss Zouak
on Stack Overflow
See other posts from Stack Overflow
or by Driss Zouak
Published on 2010-04-15T00:14:04Z
Indexed on
2010/04/15
0:22 UTC
Read the original article
Hit count: 435
I've got Win2003 w/IIS6, PHP 5 and MySQL installed. I can confirm PHP is installed correctly because I have a testMe.php that runs properly. When I run the Wordpress setup, I get informed that
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
But in my PHP.ini in the DYNAMIC EXTENSIONS section I have
extension=php_mysql.dll
extension=php_mysqli.dll
I verified that mysql.dll and libmysql.dll are both in my PHP directory. I copied my libmysql.dll to the C:\Windows\System32 directory.
When I try to run the initial setup for WordPress, I get this answer. I've Googled setting this up, and everything comes down to the above. I'm missing something, but none of the instructions that I've found online seem to cover whatever that is.
© Stack Overflow or respective owner