小编Cam*_*rzt的帖子

RDS MYSQL 实例重新启动并且不会加载 INNODB 表

因此,我在 RDS 中的生产数据库显然在版本更新期间崩溃或重新启动,并且在重新启动后 mysql 无法加载 innodb 表之一:正如日志中的以下错误所证明的那样。

140324 16:22:23 [ERROR] Cannot find or open table dbname/table_name from
the internal data dictionary of InnoDB though the .frm file for the
table exists. Maybe you have deleted and recreated InnoDB data
files but have forgotten to delete the corresponding .frm files
of InnoDB tables, or you have moved .frm files to another database?
or, the table contains indexes that this version of the engine
doesn't support.
See http://dev.mysql.com/doc/refman/5.5/en/innodb-troubleshooting.html
how you can resolve …
Run Code Online (Sandbox Code Playgroud)

mysql innodb recovery corruption amazon-rds

7
推荐指数
1
解决办法
931
查看次数

标签 统计

amazon-rds ×1

corruption ×1

innodb ×1

mysql ×1

recovery ×1