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

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

IDEA连接MySQL数据库报错

问题原因:

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

问题解决:

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

IDEA连接MySQL数据库报错

相关文章:

  • 2021-08-19
  • 2021-08-28
  • 2021-10-30
  • 2021-12-13
  • 2021-08-09
  • 2021-09-24
  • 2022-12-23
  • 2022-01-18
猜你喜欢
  • 2021-05-04
  • 2022-12-23
  • 2021-04-21
  • 2021-03-26
  • 2021-06-25
  • 2021-07-23
  • 2022-02-28
相关资源
相似解决方案