在/etc/my.cnf配置文件mysqld下添加如下配置,
[mysqld]
character-set-server=utf8
collation-server=utf8_general_ci
重启mysql :
service mysqld restart 即可