Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Tags more
Archives
Today
Total
관리 메뉴

개발 기록

[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:07

Connection settings -> Driver properties -> allowPublicKeyRetrieval 항목으로 이동한다.

해당 설정을 false에서 true로 바꾸어주면 끝. 기본설정은 false

DBeaver 23.0.1버전 기준 위에서 세번째에 있다.

아래는 이미지로 추가 설명입니다.

allowPublicKeyRetrieval 설정 설명