今天,mysql从5.5升级了mysql 5.7,升级完成后无法连接mysql服务了。
先提示’performance_schema’.’session_variables’
不存在
后来提示结构错误:mysql-workbench Connecting to MySQL server ... Native table 'performance_schema'.'session_variables' has the wrong structure
执行操作:
# 升级系统表
mysql_upgrade -uroot -p
# 重启
mysql.service restart
然后就操作正常了。