码迷,mamicode.com
首页 > 数据库 > 详细

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

时间:2020-07-16 18:14:17      阅读:270      评论:0      收藏:0      [点我收藏+]

标签:cte   timezone   cal   ansi   ntc   key   tco   ransient   exce   

在连接数据库的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

标签:cte   timezone   cal   ansi   ntc   key   tco   ransient   exce   

原文地址:https://www.cnblogs.com/xing-29391/p/13322843.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!