mysql> show charset;
mysql> show variables like 'character_set_%';
mysql> show full columns from tablename;
表中不同的列使用的字符集可能不同,需要查看各列所使用的字符集。
mysql> show charset;
mysql> show variables like 'character_set_%';
mysql> show full columns from tablename;
表中不同的列使用的字符集可能不同,需要查看各列所使用的字符集。