学习MySQL数据库基础知识,提升技能水平。设置客户端字符集为GBK:mysql> set character_set_client=gbk; 设置结果字符集为GBK:mysql> set character_set_results=gbk; 进行数据库查询。