Deprecated: Non-static method adsensem::filter_ads() should not be called statically in /home/araki/blog.ceed.jp/wp-includes/plugin.php on line 192
Deprecated: Non-static method adsensem::filter_ad_callback() should not be called statically in /home/araki/blog.ceed.jp/wp-content/plugins/adsense-manager/adsense-manager.php on line 198
Deprecated: Non-static method adsensem::filter_ad_callback() should not be called statically in /home/araki/blog.ceed.jp/wp-content/plugins/adsense-manager/adsense-manager.php on line 201
Warning: Use of undefined constant user_level - assumed 'user_level' (this will throw an Error in a future version of PHP) in /home/araki/blog.ceed.jp/wp-content/plugins/ultimate_ga_1.6.0/ultimate_ga_1.6.0.php on line 524
Notice: Array to string conversion in /home/araki/blog.ceed.jp/wp-content/plugins/ultimate_ga_1.6.0/ultimate_ga_1.6.0.php on line 701
MySQLを使っていて時々”#1146 - Table 'hoge_tabele' doesn't exist”なんて言われてしまう事があります。
もちろん存在しないはずはなくて、テーブルを構成しているファイルが何らかのきっかけで壊れてしまっている。
そんな時は、repair table 構文です。http://dev.mysql.com/doc/refman/4.1/ja/repair-table.html
repair table hoge_table;
ただ、これでも直らないケースがたまにあるようで、その場合スキーマ自体を削除しようとしても、そのテーブルがネックになって削除できません。うーん、、、