解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
生活随笔
收集整理的這篇文章主要介紹了
解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
解決java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
在連接數據庫的url中,加上allowPublicKeyRetrieval=truemysql8.0后url變為了jdbc:mysql://localhost:3306/user?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&allowPublicKeyRetrieval=true
總結
以上是生活随笔為你收集整理的解决java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Spring+MyBatis 多数据源配
- 下一篇: Java将Long类型转换为时分秒