查资料说明cmd客户端的字符集是gb2312,结果集也要设置为gb2312。
使用语句
set character_set_client=gb2312;
set character_set_results=gb2312;
就可以解决问题.