Forums

Your PHP installation appears to be missing the MySQL which is required for WP (5 posts)

  1. plastic
    Member
    Posted 5 years ago #

    All connection settings (in wp-config.php) are fine - the same as in pixelpost configuration. And pixelpost works great, without any problems with that mysql, but WordPress do the same no matter what - "Your PHP installation appears to be missing the MySQL which is required for WordPress."

    I`ve done this http://wordpress.org/support/topic/64808?replies=2, but still no effect.

    What should I do?

  2. gwh
    Member
    Posted 5 years ago #

    Worpress using for database connection a mysql direction (instead of mysqli). Enable mysql direction in php.ini.

  3. gwh
    Member
    Posted 5 years ago #

    And comment this lines in wp-settings.php:

    if ( !extension_loaded('mysql') )
    die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );

    =>

    /*if ( !extension_loaded('mysql') )
    die( 'Your PHP installation appears to be missing the MySQL which is required for WordPress.' );*/

  4. Alias
    Member
    Posted 5 years ago #

    Speaking of which... I was wondering if it would be a lot of trouble to (or if there were any plans to) migrate to MySQLi instead of MySQL? (I'm new here, so everything seems so new. I really like WordPress, by the way.) :)

    I would be interested in helping out with this idea, too. That is, if there was already interest / plans in doing so.

  5. rjoycestar
    Member
    Posted 5 years ago #

    Could there be a problem when using php-cgi.exe instead of the isapi php?

Topic Closed

This topic has been closed to new replies.

About this Topic