confluence utf8_general_ci

問題:Collation error The database collation 'utf8_general_ci' is not supported by Confluence. You need to use 'utf8_bin'.
解決方法:
create database confluence character set utf8 collate utf8_bin;
grant all on confluence. to 'confluenceuser'@'%' identified by 'password' with grant option;
grant all on confluence. to 'confluenceuser'@localhost identified by 'password' with grant option;
flush privileges;

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章