testtest

(4) 2024-04-26 20:12

Hi,大家好,我是编程小6,很荣幸遇见你,我把这些年在开发过程中遇到的问题或想法写出来,今天说一说testtest,希望能够帮助你!!!。

转自:testtest

Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value 'PDT' 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.

问题:时区问题。

解决:url属性后面加上 serverTimezone=UTC

eg:

   [

    原来传递url,

    实参(value)是"jdbc:mysql://localhost:3306/dbname".

    现在应该是这样的:

    "jdbc:mysql://localhost:3306/dbname?serverTimezone=UTC".

   ]

 

 

 

今天的分享到此就结束了,感谢您的阅读,如果确实帮到您,您可以动动手指转发给其他人。

上一篇

已是最后文章

下一篇

已是最新文章

发表回复