http://www.cnblogs.com/LiuChunfu/p/6426918.html,按这个教程装完后,用cmd命令窗口也能登陆。但是用mysql-font登不上。

 

Mysql绿色版安装和遇到的问题

 

 

The 'INFORMATION_SCHEMA.SESSION_VARIABLES' feature is disabled; see the documentation for 'show_compatibility_56'

 

 

问题原因:

 

 

--从mysql5.7.6开始information_schema.global_status已经开始被舍弃,为了兼容性,此时需要打开 

show variables like '%show_compatibility_56%';

set global show_compatibility_56=on;

  


Mysql绿色版安装和遇到的问题

 

之后,再次登陆,就能登上了。

Mysql绿色版安装和遇到的问题

 

相关文章: