Installing Wordpress - constant PHP/MySQL extension appears missing
        Posted  
        
            by 
                Driss Zouak
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Driss Zouak
        
        
        
        Published on 2010-04-15T00:14:04Z
        Indexed on 
            2012/06/12
            22:42 UTC
        
        
        Read the original article
        Hit count: 339
        
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.
© Server Fault or respective owner