错误描述错误信息解决方案 错误描述批量更新错误 错误信息com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException 解决方案如果连续执行多条sql语句 需要在url的后面 补充一个allowMultiQueries=true 即可