• I’m trying to install Word Press on one of my sites: https://www.queenbeewaxing.com. According to phpinfo(), I’m running MySQL version 4.1.1 which exceed the minimum requirement for installing WordPress. But when I click install, I still get the following error message:

    ERROR: WordPress 2.5.1 requires MySQL 4.0.0 or higher

    Any thoughts?

    Thanks,
    Farrah

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,
    I seem to be having the same trouble. Any solution?

    Charley

    Talk to your host.

    host:~/domain/teenburgmovies.net/htm/wp-admin/includes$ mysql -V
    mysql Ver 14.12 Distrib 5.0.51, for debian-linux-gnu (i486) using readline 5.2
    I’m edit update.php line 1269
    function wp_check_mysql_version() {
    global $wpdb;
    // $result = $wpdb->check_database_version();
    // if ( is_wp_error( $result ) )
    // die( $result->get_error_message() );
    }
    and all has began to work

    not update.php, but upgrade.php line 1269

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘i have MySQL version 4.1.1 but installation says I need 4.0.0 or higher’ is closed to new replies.