Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
現在 show engine コマンドに存在しない場合、既存の MySQL サーバー インスタンスに Blackhole ストレージ エンジンを有効化/追加することは可能ですか? MySQL 5.1 CentOs 6.5 Linux。この点で、ドキュメンテーションは不十分なようです。
Blackhole は、CentOS 6.x シリーズのプラグインとして配布されています。mysql で有効にするには、スーパーユーザーとしてこれを行う必要があります。
INSTALL PLUGIN blackhole SONAME 'ha_blackhole.so';
その後、次の方法で確認します。
SHOW ENGINES;