datagrip mysql乱码_DataGrip 2019.1.2 x64 连接MySQL出错解决
出錯代碼如下:
java.lang.RuntimeException: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value '?D1ú±ê×?ê±??' 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.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:61)
at com.mysql.cj.exceptions.ExceptionFactory.createException(ExceptionFactory.java:85)
at com.mysql.cj.util.TimeUtil.getCanonicalTimezone(TimeUtil.java:132)
at com.mysql.cj.protocol.a.NativePro... (show balloon)
MySQL - @localhost: java.lang.RuntimeException: com.mysql.cj.exceptions.InvalidConnectionAttributeException: The server time zone value '?D1 ... more
出錯界面如下:
解決方法
1、在url后面加:?serverTimezone=utc
UTC代表的是全球標準時間 ,但是我們使用的時間是北京時區也就是東八區,領先UTC八個小時。UTC + (+0800) = 本地(北京)時間
2、使用中國標準時間。也是就serverTimezone=Asia/Shanghai
3、中文亂碼的解決方案:characterEncoding=utf8
如上所示:url后面增加 >??serverTimezone=Asia/Shanghai&characterEncoding=utf8
4、如還報錯:請選擇Driver > MySQL For 5.1
配置成功界面如下:
總結
以上是生活随笔為你收集整理的datagrip mysql乱码_DataGrip 2019.1.2 x64 连接MySQL出错解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: java mysql查询界面_Java
- 下一篇: mysql查询员工排班信息_考勤管理信息