mysql提示performance_schema缺表
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mysql提示performance_schema缺表相关的知识,希望对你有一定的参考价值。
mysql查询时提示Table ‘performance_schema.session_variables’ doesn’t exist
由于新库是旧数据搬迁而来,并未拷贝performance_schema库
在mysql的bin目录下执行
#mysql_upgrade -u root -p密码 --force
重启
#service mysqld restart
Shutting down MySQL.... [ OK ]
Starting MySQL.. [ OK ]
ok
以上是关于mysql提示performance_schema缺表的主要内容,如果未能解决你的问题,请参考以下文章
运行mysql时,提示Table ‘performance_schema.session_variables’ doesn’t exist
Table 'performance_schema.session_variables' doesn't exist
Mysql报错Table 'performance_schema.session_status' doesn't exist
1146 - Table ‘performance_schema.session_variables‘ doesn‘t exist