Idea连接Datasource时报时区错误的解决方法Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTime
程序员文章站
2022-04-04 23:24:37
...
1.问题
当使用Idea中的Datasource工具连接mysql数据库出现
Server returns invalid timezone. Go to 'Advanced' tab and set 'serverTimezone' property
2.解决方法
直接在数据库url连接中加上时区的设定“?serverTimezone=GMT”即可搞定
jdbc:mysql://localhost:3306/test?serverTimezone=GMT
上一篇: mysql的列约束和数据查询
下一篇: phpstudy虚拟域名配置