批量修改数据库表编码

alter table 表名 convert to character set utf8;

查看数据库所有表:

show tables;

利用excel 表格进行语句编程:

原文地址:https://www.cnblogs.com/fanlong0212/p/10939379.html