MySQL命令行向表中字段插入中文字符乱码问题,解决方法: alter table books convert to character set utf8 collate utf8_general_ci;