会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
silentteller
博客园
首页
新随笔
联系
订阅
管理
2020年2月14日
解决java.sql.SQLException: The server time zone value '�й���ʱ��' is unrecognized or represents more than one time zone
摘要: 错误描述: 使用JDBC连接数据库是产生错误 应该是数据库时区问题,在url配置时设置serverTimezone = GMT即可 url = "jdbc:mysql://localhost:3306/student?serverTimezone = GMT";
阅读全文
posted @ 2020-02-14 20:47 silentteller
阅读(2005)
评论(0)
推荐(1)
公告