[bug记录]Mysql连接问题Public Key Retrieval is not allowed
在连接地址后面加上allowPublicKeyRetrieval=true
url: jdbc:mysql://localhost:3306/DB01?useUnicode=true&characterEncoding=UTF8&useSSL=false&allowPublicKeyRetrieval=true
在连接地址后面加上allowPublicKeyRetrieval=true
url: jdbc:mysql://localhost:3306/DB01?useUnicode=true&characterEncoding=UTF8&useSSL=false&allowPublicKeyRetrieval=true
contact me
email:78910421@qq.com