クリスマスまで2週間もないというこの時期に、このサイトが表示されなくなっていました。
今年は、アップできたエントリーも少ないので、クリスマス前には、恒例のノーラッド NORAD サンタクロース追跡のネタでもと思っていたのですが、ここにきて事件です。
しばらくして、アクセスできたサーバーの管理画面から調べてみると、レンタルサーバーのデータベースに関連したトラブルでした。
2時間ほどで、なんとかサイトは表示されました。
ところが、サイトの最上部に下記のようなエラーが表示されています。
SQL/DB Error:
Can’t open file: ‘xxx_wp_comments.MYI’. (errno: 145)
そのうえ、ブログのコメントやトラックバックのところには、
SQL/DB Error:
[Can’t open file: ‘xxx_wp_comments.MYI’. (errno: 145)]
SELECT COUNT(comment_ID) FROM xxx_wp_comments WHERE comment_post_ID = 144 AND comment_approved = ‘1′;
SQL/DB Error:
[Can’t open file: ‘xxx_wp_comments.MYI’. (errno: 145)]
SELECT COUNT(*) FROM xxx_wp_comments WHERE comment_post_ID = 144 AND comment_approved = ‘1′
たくさんの方の、コメントやトラックバックがすっかり消えています。
ネットで検索すると、よくあるエラーのようです。
“MySQL Reference Manual for version 4.0.12. - 4 データベース管理”
145 = Table was marked as crashed and should be repaired
ということで、テーブルがクラッシュしているようです。
このエラーメッセージをはじめてみる、私にとっては大事件です。
データベースのバックアップはしていませんし・・・

気を取り直して、ネットで探してみると、
WordPress Support の Can’t open file: ‘wp_comments.MYI’ がありました。
To confirm the fix for this: I had the same problem ; due to MySQL Crashing (it ran out of diskspace) the wp_comments table got corrupted. Wordpress showed the same error messages a mentioned above.
The solution , as suggested , was to use phpMyAdmin to repair the MySql Database table. To do this:
1) Login in to phpMyAdmin (if you don’t know what I’m talking about , talk to your web host)
2) chose the wordpress database (it normally has ‘wordpress in the title’)
3) You should see a list of 10 tables on the right hand side of the page. One of them should have an error message against it
4) Select this table , then choose ‘repair’ from the drop down box at the bottom of the table.
で解決するらしいのですが・・・
そんなわけで、もう少し探してみました。
<参考にしたサイト>
MySQL のエラー Can’t open file: ‘mt_template.MYI’. (errno: 145) が出ちゃったら。
データベースが破損!? その3 解決
MySQL 1016 エラー 修復方法
対応の方法をまとめると。
まず、MySQL にログインしてデータベースの構造を表示します。
該当のテーブルの左にあるチェックボックスにチェックを入れます。
一番下のほうにある、「チェックしたものを:」のボックスをクリックするとプルダウンメニューが出てきます。
その中から 、「テーブルを復旧します」を選びます。
以上で、自動的に復旧作業が始まります
という経過で、作業を始めると自動的に(
わけが解らないまま)、本日の大事件はあっさりと解決したのでした。