check the manual that corresponds to your MySQL server version for the right syntax to use near 'int
时间: 2023-08-19 13:17:40 浏览: 189
mysql报错:MySQL server version for the right syntax to use near type=InnoDB的解决方法
5星 · 资源好评率100%
引用[1]:错误提示中提到了"check the manual that corresponds to your MySQL server version for the right syntax to use near 'int'",意味着在MySQL服务器版本的手册中查找与'int'附近使用正确语法的相关信息。[1]引用[2]中提到了查询MySQL5.6参考手册,发现在MySQL5.6的参考手册中只有一个外部关键约束,而不是与'int'相关的语法。因此,可能需要查看更高版本的MySQL服务器手册来找到正确的语法。引用[3]中提到了一个解决方法,即将ppstm.executeQuery(sql)中的sql去掉,改为ppstm.executeQuery()。这可能是因为在使用PreparedStatement的预编译或编译方法时出现了错误。
阅读全文