java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed

只要在url的后边加上allowPublicKeyRetrieval=true即可

jdbc:mysql://localhost:3306/test?serverTimezone=GMT&allowPublicKeyRetrieval=true&useSSL=false&characterEncoding=utf8;

 

posted @ 2022-04-02 22:18  小溪河北  阅读(277)  评论(0编辑  收藏  举报