这是由于导出和导入的数据库编码不一致导致的问题

解决方法是在导入的时候用:

mysql -u test -p --default-character-set=utf8 aa < aa.sql