广告
返回顶部
首页 > 资讯 > 数据库 >The server time zone value
  • 758
分享到

The server time zone value

2024-04-02 19:04:59 758人浏览 安东尼
摘要

异常描述Exception in thread "main" java.sql.SQLException: The server time zone value '???ú±ê×??±??' is unre

The server time zone value

异常描述

Exception in thread "main" java.sql.SQLException: 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.


JDBC连接Mysql 用的是.connector.6.0.jar 

问题解决:

String url = "jdbc:mysql://localhost:3306/zdx?serverTimezone=UTC";

在url后面加上?serverTimezone=UTC 

如下:

String url = "jdbc:mysql://localhost:3306/zdx?serverTimezone=UTC";


提示:Loading class `com.mysql.jdbc.Driver'. This is deprecated. The new driver class is `com.mysql.cj.jdbc.Driver'. The driver is automatically reGIStered via the SPI and manual loading of the driver class is generally unnecessary.


这个问题不算错误,只是友好提示,如果不想要,在6.0的jar里,mysql可以自动加载驱动,

也即是

Class.forName("com.mysql.jdbc.Driver");这句话注释掉就不会再出现这个提示。



您可能感兴趣的文档:

--结束END--

本文标题: The server time zone value

本文链接: https://www.lsjlt.com/news/45496.html(转载时请注明来源链接)

有问题或投稿请发送至: 邮箱/279061341@qq.com    QQ/279061341

本篇文章演示代码以及资料文档资料下载

下载Word文档到电脑,方便收藏和打印~

下载Word文档
猜你喜欢
软考高级职称资格查询
编程网,编程工程师的家园,是目前国内优秀的开源技术社区之一,形成了由开源软件库、代码分享、资讯、协作翻译、讨论区和博客等几大频道内容,为IT开发者提供了一个发现、使用、并交流开源技术的平台。
  • 官方手机版

  • 微信公众号

  • 商务合作