Comment 6 for bug 34181

Revision history for this message
Abel Cheung (abelcheung) wrote : Re: locale and charset problem in mysql

I'm using the following settings in /etc/my.cnf to force everything in UTF-8 encoding:

[mysqld]
character-set-server=utf8

[mysql.server]
character-set-server=utf8

[mysqld_safe]
character-set-server=utf8

[mysql]
default-character-set=utf8

Though I think only adding [mysqld] and [mysql] sections are enough.

However, are we, the users, simply keep discussing among ourselves?