将列字段的属性修改成utf8
alter table `tablename` convert to charset utf8;
MySQL问题
原文:https://www.cnblogs.com/lee18/p/11521762.html