'Got error 134 from storage engine' Error Due to MySQL Table Corruption

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。

このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。

*Fisheye および Crucible は除く

症状

atlassian-confluence.log に次のエラーが返される。

uncategorized SQLException for SQL []; SQL state [HY000]; error code [1030]; Got error 134 from storage engine; nested exception is java.sql.SQLException: Got error 134 from storage engine

原因

MySQL (with MyISAM as the storage engine) has experienced table corruption.

MyISAM is not recommended as the storage engine. Please see Database Troubleshooting for MySQL.

ソリューション

  1. Refer to MySQL's site, 13.1.4.1. Corrupted MyISAM Tables.
  2. After repairing the corruption, convert from MyISAM to InnoDB tables. See Database errors when using MySQL and MyISAM tables.

最終更新日: 2025 年 1 月 7 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.