You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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