Mysql8.0 Public Key Retrieval is not allowed 我不爱女优 2022-09-20 256 阅读1分钟 Java 使用Jdbc连接Mysql8.0 提示“Public Key Retrieval is not allowed” 在数据库连接串中添加 “allowPublicKeyRetrieval=true” 即可,注意和前面的参数用&隔开。 如下所示: jdbc:mysql://localhost:3306/hsa_local_dev?useUnicode=true&useSSL=false&characterEncoding=utf8&allowPublicKeyRetrieval=true