相关疑难解决方法(0)

InnoDB:错误:升级到 mysql 5.6 后找不到表“mysql”.“innodb_table_stats”

我从 5.5 升级到 mysql 5.6,现在我的日志在启动时到处都是这样的消息

我在这里找到了一个可能的解决方案,但它似乎不是官方的。 http://forums.mysql.com/read.php?22,578559,579891#msg-579891

2013-12-06 21:08:00 7f87b1d26700 InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-12-06 21:08:00 7f87b1d26700 InnoDB: Recalculation of persistent statistics requested for table "drupal"."sessions" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-12-06 21:08:07 7f903c09c700 InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
Run Code Online (Sandbox Code Playgroud)

任何官方解决方案或 100% 修复?

mysql innodb mysql-5 mysql-5.5 mysql-5.6

44
推荐指数
2
解决办法
10万
查看次数

无法打开表 mysql/innodb_index_stats

在全新安装 XAMPP 并从我的 linux live db 导入到 windows 开发阶段后,我开始遇到INSERT. 其他一切似乎都运行良好。

我得到的错误mysql_error.log是:

2013-08-15 12:44:49 16c0 InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-08-15 12:44:49 16c0 InnoDB: Recalculation of persistent statistics requested for table "sizaradb"."pages" but the required persistent statistics storage is not present or is corrupted. Using transient stats instead.
2013-08-15 12:44:59 16c0 InnoDB: Error: Table "mysql"."innodb_table_stats" not found.
2013-08-15 12:44:59 16c0 InnoDB: Recalculation of persistent statistics requested for table "sizaradb"."translations" but the required persistent statistics storage is …
Run Code Online (Sandbox Code Playgroud)

mysql innodb windows linux mysql-5.6

19
推荐指数
2
解决办法
8万
查看次数

标签 统计

innodb ×2

mysql ×2

mysql-5.6 ×2

linux ×1

mysql-5 ×1

mysql-5.5 ×1

windows ×1