解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
Posted xing柠檬
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed相关的知识,希望对你有一定的参考价值。
在连接数据库的url中,加上allowPublicKeyRetrieval=true
mysql8.0后url变为了
jdbc:mysql://localhost:3306/user?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
以上是关于解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed的主要内容,如果未能解决你的问题,请参考以下文章