InnoDB: Cannot open table xxx/xxx from the internal data dictionary of InnoDB though the .frm file
829 ワード
次のエラーが発生しました.
公式解釈によると、データディレクトリにあるため、データ辞書が同期していない(out-of-sync data dictinary).frmファイルですが、対応するデータ辞書情報やデータファイルがないため、解決策は関連テーブルを削除することです.frmファイル.実際の環境の中でどうしてこの新聞の間違いが現れたのかはもう根拠がなく、この表がもう役に立たないことを確認します.frmファイルクリーンアップ.
[Warning] InnoDB: Cannot open table
xxx/xxx from the internal data dictionary of InnoDB though the .frm file for the table exists.
Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting.html for how to resolve the issue.
[ERROR] InnoDB:
Table `xxx`.`xxx` does not exist in the InnoDB internal data dictionary though MySQL is trying to drop it.
Have you copied the .frm file of the table to the MySQL database directory from another database?
Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting.html for how to resolve the issue.
公式解釈によると、データディレクトリにあるため、データ辞書が同期していない(out-of-sync data dictinary).frmファイルですが、対応するデータ辞書情報やデータファイルがないため、解決策は関連テーブルを削除することです.frmファイル.実際の環境の中でどうしてこの新聞の間違いが現れたのかはもう根拠がなく、この表がもう役に立たないことを確認します.frmファイルクリーンアップ.