MySQL データベースの照合と文字セットを修正する方法
プラットフォームについて: Data Center - この記事は、Data Center プラットフォームのアトラシアン製品に適用されます。
このナレッジベース記事は製品の Data Center バージョン用に作成されています。Data Center 固有ではない機能の Data Center ナレッジベースは、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。サーバー*製品のサポートは 2024 年 2 月 15 日に終了しました。サーバー製品を利用している場合は、アトラシアンのサーバー製品のサポート終了のお知らせページにて移行オプションをご確認ください。
*Fisheye および Crucible は除く
In newer versions of Confluence, database requirements become more and more stringent. This is to ensure that users get the most consistent experiences when working with content, regardless of the content in their database.
MySQL では、次のレベルで異なる照合セットがあるため、照合が複雑になる場合があります。
- データベース レベル
- テーブル レベル
- カラム レベル
Additionally, information inside a column may be encoded incorrectly as well - causing the data in that column to be displayed incorrectly.
If your MySQL database doesn't use the recommended collation and character sets, you can run these queries against your database to bring them into line with the Recommended Database Setup For MySQL.
Before Proceeding
Before proceeding, ensure that you:
- Confluence をシャットダウンします。
- Complete a full database backup
You may also wish to apply these changes in a test environment before applying them to production.
目次
- MySQL Collation Repair: Database Level Changes
- MySQL の照合修復: テーブル レベルの変更
- MySQL の照合修復: 列レベルの変更
- MySQL の照合修復: 列レベルのエンコーディングの課題
- MySQL の照合修復: ケース スタディ - 本番環境用データベースの修復