使用以下语句转换。
alter table <some_table> convert to character set utf8 collate utf8_unicode_ci;
来源:http://stackoverflow.com/questions/742205/mysql-alter-table-collation
使用以下语句转换。
alter table <some_table> convert to character set utf8 collate utf8_unicode_ci;
来源:http://stackoverflow.com/questions/742205/mysql-alter-table-collation