摘要: 运行mysql时,提示Table ‘performance_schema.session_variables’ doesn’t exist 解决的方法是: 第一步:在管理员命令中输入: mysql_upgrade -u root -p --force 第二步:重新启动mysql的服务: net st 阅读全文
posted @ 2016-07-09 01:50 Zoya Qiu 阅读(7435) 评论(0) 推荐(0) 编辑