JDBC链接数据库MySQL 8.0 Public Key Retrieval is not allowed 错误的解决方法

现象

Mybatis和Spring框架整合过程中报
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Public Key Retrieval is not allowed

解决办法

在连接URL后面添加
allowPublicKeyRetrieval=true

posted @ 2019-08-29 13:45  今天代码写完了吗  阅读(950)  评论(0编辑  收藏  举报