[bug记录]Mysql连接问题Public Key Retrieval is not allowed
时间:2022-05-27 20:47:19
收藏:0
阅读:14
在连接地址后面加上allowPublicKeyRetrieval=true
url: jdbc:mysql://localhost:3306/DB01?useUnicode=true&characterEncoding=UTF8&useSSL=false&allowPublicKeyRetrieval=true
原文:https://www.cnblogs.com/wangzhihang/p/15355367.html
评论(0)