mysql5.7 客户端连接出现:INFORMATION_SESSION_VARIABLES feature is disabled问题:
从mysql5.7.6开始information_schema.global_status已经开始被舍弃,为了兼容性,mysql提供了向下兼容的参数:show_compatibility_56,默认是OFF。
临时调整:set global show_compatibility_56=on;
修改mysql配置文件:[mysqld]show_compatibility_56=on
相关资源:敏捷开发V1.0.pptx