dbx通过url方式导入新连接时解析时区报错 #4669
zhangtiantong2020
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
当我添加mysql url地址: jdbc:mysql://xxx.xxx.xx.xxx:3306/xxx?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=Asia/Shanghai 输入用户密码,点击测试连接后出现如下报错

MySQL connection failed: Server error: `ERROR 1298 (HY000): Unknown or incorrect time zone: 'Asia/Shanghai''
看问题描述应该是解析时区时出了问题.请问这种情况如何处理.使用的dbx版本:(0.5.68)
All reactions