解决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
posted @ 2020-07-16 15:25  xing柠檬  阅读(9323)  评论(0编辑  收藏  举报