环境:
MySQL版本:8.0.17
SpringBoot版本:2.5.15
解决
解决方式很简单,在数据库配置连接字符串spring.datasource.url末尾添加&allowPublicKeyRetrieval=true即可,如下图:
重新启动,恢复正常。
环境:
MySQL版本:8.0.17
SpringBoot版本:2.5.15
解决
解决方式很简单,在数据库配置连接字符串spring.datasource.url末尾添加&allowPublicKeyRetrieval=true即可,如下图:
重新启动,恢复正常。