mysql workbench ssl连接问题

2022-01-05  本文已影响0人  站在海边看远方

mysql workbench版本是8.0.27,建立连接的时候连接报错

SSL connection error: SSL is required but the server doesn't support it

解决方案有如下2个,1个是降版本,使用低版本的workbench。

另一个是切换到Advaced标签页,在Others文本框中添加useSSL=0,即可成功连接。

image.png image.png

参考链接
https://blog.csdn.net/hongweigg/article/details/122069772
https://stackoverflow.com/questions/69824631/mysql-workbench-ssl-connection-error-ssl-is-required-but-the-server-doesnt-sup

上一篇 下一篇

猜你喜欢

热点阅读