天天看点

[bug记录]Mysql连接问题Public Key Retrieval is not allowed

在连接地址后面加上<code>allowPublicKeyRetrieval=true</code>

<code>url: jdbc:mysql://localhost:3306/DB01?useUnicode=true&amp;characterEncoding=UTF8&amp;useSSL=false&amp;allowPublicKeyRetrieval=true</code>

继续阅读