标签:
1.查看数据库编码格式
mysql> show variables like ‘character_set_database‘;
2.查看数据表的编码格式
mysql> show create table <表名>;
查看mysql数据库及表编码格式
原文地址:http://www.cnblogs.com/shootercheng/p/5836657.html