2 日前に RoundCube メール スクリプトをインストールしました。
PHP
Name : php
Arch : x86_64
Version : 5.3.18
Release : 1.el6.remi
MySQL
Name : mysql
Arch : x86_64
Version : 5.5.28
Release : 1.el6.remi
スクリプトは、ラウンド キューブ データベースに問題があることを示しています。ディレクトリを見ているのは不思議でした:
/var/lib/mysql/roundcubemail
frm ファイルのみがあり、.myd または .myi はありません
cache.frm
cache_index.frm
cache_messages.frm
cache_thread.frm
contactgroupmembers.frm
contactgroups.frm
contacts.frm
db.opt
dictionary.frm
identities.frm
searches.frm
session.frm
users.frm
私のサーバーには 12 のデータベースがあり、現在は Round Cube db のみに .myd .myi ファイルがありません。このスクリプトを再インストールすることは問題ではありませんが、このデータベースに何が起こったのかを理解し、二度と起こらないことを確認することに興味があります.
MySQL エラー ログには、次の情報のみが含まれます。
121117 7:38:06 [ERROR] Cannot find or open table roundcubemail/session 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 the problem.
私の質問は: この状況を追跡し、データベースが消えた理由を見つける他の方法はありますか?