mysql提示升级到5.5以上解决方案

mysql提示升级到5.5以上解决方案

I went to /usr/share/phpMyAdmin/libraries/common.inc.php and comment out this lines:

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

猜你喜欢

转载自blog.csdn.net/qq_41608099/article/details/86551734
今日推荐