案发现场
Caused by: com.mysql.cj.exceptions.InvalidConnectionAttributeException:
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.
解决方案
添加参数 serverTimezone=UTC
url: jdbc:mysql://localhost:3306/helloworld?characterEncoding=UTF-8&useUnicode=true&useSSL=false&serverTimezone=UTC
博客提及案发现场,给出解决方案,并提到添加参数,与信息技术关联信息较少,但推测可能是在信息技术场景下的问题处理。
2万+

被折叠的 条评论
为什么被折叠?



