phpMyAdmin – Error You should upgrade to MySQL 5.5.0 or later

This is the second time that I get this errorĀ phpMyAdmin – Error You should upgrade to MySQL 5.5.0 or later.

We need to comment the following lines inĀ libraries/common.inc.php.

    #if (PMA_MYSQL_INT_VERSION < 50500) {
    #    PMA_fatalError(
    #        __('You should upgrade to %s %s or later.'),
    #        array('MySQL', '5.5.0')
    #    );
    #}

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.