java.sql.SQLException: The server time zone value ‘�й���׼ʱ��‘ is unrecognized or represents more

   日期:2020-08-07     浏览:105    评论:0    
核心提示:今天用IDEA写Java MySQl程序时遇到的问题: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

今天用IDEA写Java MySQl程序时遇到的问题:

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.

原因是我创建数据库时没有使用默认编码方式,而是将编码方式改为了
utf-8

解决办法:

在数据库url字符串后添加如下字符串既能解决该问题

?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8

示例:

String URL = "jdbc:mysql://localhost:3306/db_name";

改为:

String DBURL = "jdbc:mysql://localhost:3306/db_name?serverTimezone=GMT%2B8&useUnicode=true&characterEncoding=utf-8";
 
打赏
 本文转载自:网络 
所有权利归属于原作者,如文章来源标示错误或侵犯了您的权利请联系微信13520258486
更多>最近资讯中心
更多>最新资讯中心
0相关评论

推荐图文
推荐资讯中心
点击排行
最新信息
新手指南
采购商服务
供应商服务
交易安全
关注我们
手机网站:
新浪微博:
微信关注:

13520258486

周一至周五 9:00-18:00
(其他时间联系在线客服)

24小时在线客服