Hello,
I've upgrade our Jira 7.0 to Jira 8.2.2 as we have change our MySQL server to MySQL 5.7.
The upgrade works fine, but when I go to Jira with my browser, I've got the following message :
"The database setup is not supporting utf8mb4"
I've tried differents thinks, I've change the collation of my database jira with this kb :
I've tried to change my dbconfig.xml with config.sh.
I've resolved the bug with & (replace by &) on the dbconfig.xml as we are on ubuntu.
My dbconfig.xml was made using this kb :
I've made a lot of research, but all the solutions I've tested have failed.
So I want to know if someone has an idea or a think I can try.
Thank you in advance
Best regards
Hi Mirek,
Thanks for your answer.
I've made a change on my my.cnf, based on one of the KB :
On [mysqld]
character-set-server = utf8mb4
init-connect = 'SET NAMES utf8mb4
collation-server = utf8mb4_unicode_ci
On [mysql]
default-character-set = utf8mb4
It works, thank you very much !
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.