Public Key Retrieval is not allowed
Posted 奔跑的路奇
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Public Key Retrieval is not allowed相关的知识,希望对你有一定的参考价值。
Public Key Retrieval is not allowed
启动项目的时候,报错:Public Key Retrieval is not allowed(不允许公钥检索)
解决方法:在url上加入 allowPublicKeyRetrieval=true
jdbc.url=jdbc:mysql://localhost:3306/test?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone=GMT&allowPublicKeyRetrieval=true
可能造成报错的原因:在MySQL8.0数据库重启后,第一次连接数据库时会出现这个错误。
以上是关于Public Key Retrieval is not allowed的主要内容,如果未能解决你的问题,请参考以下文章
mybatis运行报错java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
mybatis运行报错java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
mybatis运行报错java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
Public Key Retrieval is not allowed