DBeaver 连接MySql 8.0 报错 Public Key Retrieval is not allowed
解决方案
修改 allowPublicKeyRetrieval 从默认的false 改为 true 就可以连接了
参考链接
MySQL 8.0 Public Key Retrieval is not allowed 错误的解决方法
MySQL 8.0 Public Key Retrieval is not allowed 错误的解决方法
本文来自博客园,作者:Aunrea,转载请注明原文链接:https://www.cnblogs.com/aunrea/p/12459159.html