各位,有人熟悉ant的吗?我最近碰到一个问题,就是用ant执行sql语句时报这样的错误信息:java.sql.SQLException:java does not support the mysql character encoding encoding 'utf8;useUnicode=true'.
我的sql语句是这样写的:<sql driver="com.mysql.jdbc.Driver" url="jdbc:mysql://localhost:3306/db?characterEncoding=utf-8;useUnicode=true" userid="root" password="root" src="CONTENTTYPE.sql"/>
试过修改,mysql的字符集属性,但是问题依然解决不了,请教高手指点!