• I am getting this error “Your PHP installation appears to be missing the MySQL extension which is required by WordPress.”. So I did some research to resolve. I got some answers which should work, but it doesn’t.

    I uncommented out the plugin for mysql in php.ini from C:\Windows. “extension_dir” from php.ini is C:\PHP\ext.

    I have this in my server.

    Windows 2003 standard
    Apache2 2.0
    MySQL5
    PHP 5.2.8

    And when I do “phpinfo()”, I see all the information related to the PHP.

    Does anybody know what is wrong?

    Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter windskystar

    (@windskystar)

    The Apache error log is saying this.

    [Mon Jul 12 13:48:31 2010] [notice] Parent: Created child process 2848
    PHP Warning: PHP Startup: mysql: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=1\nPHP compiled with module API=20060613, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0
    PHP Warning: PHP Startup: mysqli: Unable to initialize module\nModule compiled with module API=20050922, debug=0, thread-safety=1\nPHP compiled with module API=20060613, debug=0, thread-safety=1\nThese options need to match\n in Unknown on line 0

Viewing 1 replies (of 1 total)

The topic ‘installation problem – Your PHP installation appears to be missing the MySQL ext’ is closed to new replies.