January 31, 2009
Posted by roadburn
Set MySQL default charset to UTF8
In the /etc/my.cnf file add
1 2 3 4 5 6 7 8 9 10 | [mysqld] # # * Basic Settings # # utf8 init-connect='SET NAMES utf8' character-set-server=utf8 collation-server=utf8_general_ci default-collation=utf8_general_ci |