본문 바로가기
프로그램 활용/클라우드 가상화 도커

DBeaver(디비버) Public Key Retrieval is not allowed 에러

by 3604 2023. 8. 7.
728x90

출처: DBeaver(디비버) Public Key Retrieval is not allowed 에러 (tistory.com)

DBeaver(디비버) Public Key Retrieval is not allowed 에러

디비버에서 MySQL 데이터베이스 접속을 잘하다가 갑자기 Public Key Retrieval is not allowed 에러를 만났다. MySQL의 8.x 버전 이후부터 발생하는 문제라고 한다.

 

 

해결방법

지우고 다시 연결할 것 없이 접속하고자 하는 connection을 클릭하고 우클릭한 뒤, Edit Connection을 클릭한다.

 

클릭 후 나오는 창에서 Driver properties 탭에 들어가서 allowPublicKeyRetrieval의 값을 TRUE로 변경해준뒤 확인 버튼을 누르면 해결된다!

 

 

 

 

 

 

 

https://bae9086.tistory.com/219

 

[에러 해결] Client 접속 시 Public Key Retrieval is not allowed

현상 : Deaver Client 프로그램을 사용하여 Mysql 8.0.22 접속 시 나오는 에러입니다. 원인 : mysql 8.x 버전 이후의 mysql에서 발생한다고 합니다. 해결 : Deaver의 Driver property에서 allowPublicKeyRetrieva..

bae9086.tistory.com

https://youngwonhan-family.tistory.com/entry/MySql-Public-Key-Retrieval-is-not-allowed-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0

728x90