标签:rac strong gb2312 name mys res names 输出 解决方案
1. 输出数据库中所有的字符编码信息
show variables like ‘chara%‘;
2. 插入失败后的解决方案
set character_set_client=gb2312;
3. 显示失败后的解决方案
set character_set_results=gb2312;
4. 插入, 显示一条龙
set names gbk;
备注: 执行完这个命令相当于执行了2和3
标签:rac strong gb2312 name mys res names 输出 解决方案
原文地址:https://www.cnblogs.com/shaohsiung/p/9535963.html