MySQL8.0 Public Key Retrieval is not allowed

今天在写一个测试项目的时候,在Windows*问接口正常,但是将项目部署到Linux上之后,同一个查询接口报错:java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
并且Windows和Linux都用的同一个数据库,MySQL数据库的版本是8.0.25
MySQL8.0 Public Key Retrieval is not allowed
解决方案:
在项目的配置文件中,修改MySQL的连接url,加上 allowPublicKeyRetrieval=true
MySQL8.0 Public Key Retrieval is not allowed

上一篇:java.sql.SQLException: ORA-28040: 没有匹配的验证协议(odbc6.jar,数据库用的是orcal12)


下一篇:2021-05-28