use test;
alter table test1 convert to character set  utf8;

MySQL设置表的字符编码为utf-8_其他