2019.07
11
ISSUE: The ‘INFORMATION_SCHEMA.GLOBAL_STATUS’ feature is disabled: see the documentation for ‘show_compatibility_56’
show VARIABLES like "%56%"
show_compatibility_56 OFF
2. Cause:
show_compatibility_56 is deprecated
3. Resolution:
Run the following query in your MySQL database:
set @@global.show_compatibility_56=ON;
文章出自:CCIE那点事 http://www.jdccie.com/ 版权所有。本站文章除注明出处外,皆为作者原创文章,可自由引用,但请注明来源。 禁止全文转载。
本文链接:http://www.jdccie.com/?p=4178转载请注明转自CCIE那点事
如果喜欢:点此订阅本站
暂时还木有人评论,坐等沙发!