개발 기록
[MySQL] RSA public key is not available client side (option serverRsaPublicKeyFile not set) 오류 본문
DEV/DATABASE
[MySQL] RSA public key is not available client side (option serverRsaPublicKeyFile not set) 오류
Evan_Park 2023. 3. 31. 14:07Connection settings -> Driver properties -> allowPublicKeyRetrieval 항목으로 이동한다.
해당 설정을 false에서 true로 바꾸어주면 끝. 기본설정은 false
DBeaver 23.0.1버전 기준 위에서 세번째에 있다.
아래는 이미지로 추가 설명입니다.