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

MESSAGE: Native table 'performance_schema'.'session_variables' has the wrong structure

2)character_set_database , collation_database  Value改为utf8,修改my.conf

[client]
default-character-set=utf8 
[mysqld]
character-set-server=utf8

 

相关文章:

  • 2021-10-05
  • 2022-12-23
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2021-09-08
猜你喜欢
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-01-06
  • 2022-12-23
相关资源
相似解决方案