数据库
首页 > 数据库> > 使用idea中的mysql可视化工具,出现[42000][1064] You have an error in your SQL syntax; check the manual that corre

使用idea中的mysql可视化工具,出现[42000][1064] You have an error in your SQL syntax; check the manual that corre

作者:互联网

今天使用idea中mysql的可视化工具进行开发,当我想要插入一行数据时,发现无法插入,产生如下错误。

 

 

 [42000][1064] 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 'OPTION SQL_SELECT_LIMIT=DEFAULT' at line 1

 

 经过网上查找原因,应该是使用可视化工具连接数据库时所使用的driver版本过低导致。

注意看下面的截图,我的mysql版本为8.0.30,但驱动的版本是5.0.5

 将驱动版本更新即可解决这个问题

具体 方法如下:

 

 

 

 

 

 选择一个自己安装过的驱动

 

 将上面的class更换

 

 点击datasources回到原连接界面

 

之后可以看到驱动已经更换

 

 

标签:error,SQL,syntax,可视化,版本,mysql,your
来源: https://www.cnblogs.com/lxah/p/16633588.html