1.The server time zone value is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration property) to use a more specifc time zone value if you want to utilize time zone support
  使用root用户登录mysql,set global time_zone = '+8:00';
2.MySQL6.0之后Driver名由“com.mysql.jdbc.Driver”改为“com.mysql.cj.jdbc.Driver”。
3.The connection property ‘zeroDateTimeBehavior’ acceptable values are: ‘CONVERT_TO_NULL’, ‘EXCEPTION’ or ‘ROUND’. The value ‘convertToNull’ is not acceptable.
  MySQL6.0之后zeroDateTimeBehavior=convertToNull改为zeroDateTimeBehavior= CONVERT_TO_NULL

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-05
  • 2022-01-15
  • 2021-11-26
  • 2021-07-09
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-07
  • 2021-06-17
  • 2021-05-22
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案