天天看點

[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>

繼續閱讀