发布环境: Tomcat5 + MySql4 +Hibernate + Win2003 一.MySql配置文件 my.ini文件配置 # The default character set that will be used when a new schema or table is # created and no character set is defined ####设置字符集,MySql默认为latin1,如果你的存储出现乱码就改为GBK吧 #default-character-set=latin1 default-character-set=GBK # Th ...