当前位置: 代码迷 >> 综合 >> 【已解决】JDBC-Public Key Retrieval is not allowed
  详细解决方案

【已解决】JDBC-Public Key Retrieval is not allowed

热度:87   发布时间:2023-12-03 04:45:40.0

出现

Public Key Retrieval is not allowed

报错。

最简单的办法,在JDBC后面添加语句

allowPublicKeyRetrieval=true

立马解决。

记录一下这个问题。

  相关解决方案