The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Mysql unicode error

Mousa Shaya
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 21, 2011

I have configured my MySQL database to have the following collation:

CREATE DATABASE `crucible` /*!40100 DEFAULT CHARACTER SET utf8 COLLATE utf8_unicode_ci */

When I try to configure crucible to use my MYSQL db I get this error:

The database is not using Unicode. Crucible requires that the database uses a UTF8 encoding to support internalization.

2011-08-22 08:32:21,368 ERROR - MySQL DB is using collation 'utf8_unicode_ci'

These are the paramteres that I am using:

useUnicode=true
characterEncoding=UTF8
connectionCollation=utf8_unicode_ci

How can I use MySQL database with crucible?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Tom Davies
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
August 23, 2011

FishEye expects the collation "utf8_bin", as a case insensitive collation can cause problems when a file's path or name differs only in case. See http://confluence.atlassian.com/display/FISHEYE024/Migrating+to+an+External+Database#MigratingtoanExternalDatabase-MigratingtoMySQLEnterpriseServer

TAGS
AUG Leaders

Atlassian Community Events