摘要: 查看数据库字符集: show database create dbname \G; 查看数据库表字符集: show table create tbname \G; 查看现有数据库字符集设置: show variables like 'character_set%'; 临时修改字符集: set nam 阅读全文
posted @ 2017-11-21 10:55 忙碌在路上 阅读(340) 评论(0) 推荐(0)