使用 MySQL Workbench 连接数据库时报错:SSL connection error: SSL is required but the server doesn't suppor


解决方法:

在添加数据库连接时,切换至 Advance TAB 页,在 Others 框中输入参数:useSSL=0,就可以连接上了

参考:https://blog.csdn.net/hongweigg/article/details/122069772