mysql编码问题

1.首先查看编码:
show variables like '%server%';
或status

2.更改编码:
修改/etc/my.cnf,在[mysqld]段加上default-character-set=utf8

3.重启mysqlld