Unable to start Jira with "The database setup is not supporting utf8mb4" error.
This Knowledge Base article was written specifically for the Atlassian Server platform.
The following error message was displayed when start-up Jira Server.
Database: We've found an error in MySQL supported version!
The database setup is not supporting utf8mb4
See our documentation for more information on setting up MySQL 5.7.
Since utf8mb4 is officially supported from JIRA 8.x and MySQL version 5.7
When the user selects Database Type MySQL 5.7+ in the setup wizard, dbconfig.xml automatically set database type to mysql57.
This dbconfig.xml configuration let Jira expect to use utf8mb4 Collation and Character.
<database-type>mysql57</database-type>
Always backup your data before performing any modifications to the database.
Please follow the below link and update the Database collation, character, and my.cnf .
Change database-type mysql57 to mysql in dbconfig.xml
<database-type>mysql</database-type>
Please follow the below link and update Database collation, character and my.cnf .
How to Fix the Collation and Character Set of a MySQL Database
Connecting Jira applications to MySQL 5.6
If you have character_set_server=utf8mb4 in my.cnf change utf8mb4 to utf8
Tomoko Suzuki
Customer Success Manager
Atlassian
Yokohama
42 accepted answers
7 comments