IDEA连接MySQL数据库报错

IDEA配置MySQL数据库报以下错误:

[S1009] The connection property 'zeroDateTimeBehavior' acceptable values are: 'CONVERT_TO_NULL','EXCEPTION' or 'ROUND'.The value 'convertToNull' is not acceptable.


问题原因:

本地安装的MySQL版本为5.7版本,IDEA默认选用的Driver files为最新版本

问题解决:

将Driver files设置为低版本即可连接成功!!!


猜你喜欢

转载自blog.csdn.net/sjmz30071360/article/details/80108758