修改表的编码格式sql
alter table tablename character set utf8
修改表中某个字段的编码格式sql
alter table tablename modify fieldname varchar(50) character set utf8