mysql数据库导入之后出现乱码
在数据库脚本文件开头加入一行 set character set utf8
将[mysql]下的default-character-set=latin1改为default-character-set=utf8