因此,我在 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)