MySQL问题

将列字段的属性修改成utf8

alter table `tablename` convert to charset utf8;

原文地址:https://www.cnblogs.com/lee18/p/11521762.html