来源: Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException问题解决 – – ITeye技术网站
今天在使用mySQL的时候报了个错
Caused by: com.mySQL.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown character set: ‘utf8mb4’…….
自己的配置文件中以前是
db.url = jdbc:mysql://localhost:3306/test
修改为
db.url = jdbc:mysql://localhost:3306/test?characterEncoding=utf8