show variables like '%char%';
character_set_client,客户端字符集
character_set_database,数据库字符集
character_set_server,服务器字符集
2. 查看 MySQL 数据表(table) 的字符集
show table status from tablename like '%countries%';
3. 查看 MySQL 数据列(column)的字符集。
show full columns from tablename;
4. 查看当前安装的 MySQL 所支持的字符集。
show char set;
延伸阅读
文章来源于领测软件测试网 https://www.ltesting.net/