Bitbucket Server fails to connect to MySQL - The current database MySQL X.X.XX, is unsupported
プラットフォームについて: Data Center のみ。 - This article only applies to Atlassian apps on the Data Center プラットフォーム。
この KB は Data Center バージョンの製品用に作成されています。Data Center 固有ではない機能の Data Center KB は、製品のサーバー バージョンでも動作する可能性はありますが、テストは行われていません。 Server* 製品のサポートは 2024 年 2 月 15 日に終了しました。Server 製品を実行している場合は、 アトラシアン Server サポート終了 のお知らせにアクセスして、移行オプションを確認してください。
*Fisheye および Crucible は除く
要約
症状
A warning message is received regarding an unsupported database version, e.g.:
The current database, MySQL 5.0.95, is unsupported. See Supported platforms
診断
We rely purely on the JDBC getDatabaseMajorVersion and getDatabaseMinorVersion properties for the check itself (and need 5.1 or 5.5). The displayed version is parsed from getDatabaseProductVersion (but has nothing to do with the check). Determine the MySQL version by using a SQuirreL SQL to connect to the database and click on the 'Metadata' tab:

原因
An unsupported version of MySQL is being used per our Supported platforms page.
ソリューション
ソリューション
Update MySQL.
この内容はお役に立ちましたか?