Comment 20 for bug 1332564

Revision history for this message
George Shuklin (george-shuklin) wrote :

To those who affected by this bug: problem is utf-8/latin1 difference.

You should change mysql settings and restart it.

Under the [mysqld] section, set the following keys to enable InnoDB, UTF-8 character set, and UTF-8 collation by default:

[mysqld]
default-storage-engine = innodb
innodb_file_per_table
collation-server = utf8_general_ci
init-connect = 'SET NAMES utf8'
character-set-server = utf8