카테고리 없음
[DBeaver] MySQL, Public Key Retrieval is not allowed
냐옴
2022. 1. 21. 15:32
MySQL 접속시 'Public Key Retrieval is not allowed' 에러 발생

Driver properties 수정
- allowPublicKeyRetrieval, true 로 설정

JDBC 연결 문자열을 수정
jdbc:mysql://localhost:3306/dbname?allowPublicKeyRetrieval=true&useSSL=false