datax-web icon indicating copy to clipboard operation
datax-web copied to clipboard

连接mysql时报错

Open africancu opened this issue 2 years ago • 4 comments

image

对天发誓,这个地址和用户名以及密码都是正确的。mysql用户名和密码回显到页面是base64加密的,感觉这里可能搞乱了。

africancu avatar Mar 22 '23 07:03 africancu

配置成下面这种 jdbc:mysql://192.168.1.1:3306/test?useSSL=false

dockercore avatar Apr 18 '23 11:04 dockercore

@africancu

dockercore avatar Apr 18 '23 11:04 dockercore

经过我的测试

配置成 jdbc:mysql://127.0.0.1:3306/test?useSSL=false 可以

配置成 jdbc:mysql://127.0.0.1:3306/test 不可以,即 ?useSSL=false 很重要!

notfresh avatar May 08 '23 06:05 notfresh