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

mysql8.x版本的数据库在连接的时候报错java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
只要在url的后边加上allowPublicKeyRetrieval=true即可

jdbc:mysql://localhost:3306/test?serverTimezone=GMT&allowPublicKeyRetrieval=true&useSSL=false&characterEncoding=utf-8;
发布了23 篇原创文章 · 获赞 12 · 访问量 3214

猜你喜欢

转载自blog.csdn.net/weixin_44415928/article/details/104095942
今日推荐