严重: Servlet.service() for servlet default threw exception
com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '.aa (b, c) values ('aa', 'cccc')' at line 1
提示的意思就是说,你的sql语句语法写得有问题
把执行的sql语句粘出来分析
如果是在代码里用字符串拼出来的,检查的时候还是很费劲的,同上,debug贴出来分析