Closed Bug 659970 Opened 13 years ago Closed 13 years ago

Database is created with wrong character set

Categories

(Pancake Graveyard :: Sync, defect)

x86
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: st3fan, Assigned: st3fan)

References

Details

Looks like the databases are created with the Latin1 character set. This results in conversion problems of for example URL titles.
Assignee: nobody → sarentz
Fixed by adding the following to /etc/mysql/my.cnf:

[mysqld]
default-character-set=utf8

And dropping/creating the fxhome database and then letting SQLAlchemy create the tables again.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Verified.  I can type japanese and see results in japanese returned back
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.