Skip to content
phlax edited this page Sep 13, 2016 · 2 revisions

incorrect unicode character set/collation

django.db.utils.OperationalError: (1366, "Incorrect string value: '\xE2\x89\xA0 1' for column 'xxx' at row 1")

you need to either restart with a new db with the correct collation set/character set or repair this one.

to create the correct db - http://docs.translatehouse.org/projects/pootle/en/stable-2.7.6/server/mysql_installation.html#setting-up-the-database

Clone this wiki locally