目录 统一修改字段编码 修改单个字段编码 修改表字符编码 统一修改字段编码: alter table `tablename` convert to character set utf8; 修改表字符编码: alter table zgb charset=utf8 相关文章: 2021-06-08 2021-11-14 2022-02-08 2022-02-08 2022-12-23 2022-02-27