기본 콘텐츠로 건너뛰기

[DB Trouble Shooting] public key retrieval is not allowed

mysql 8.x 버전 이후로 발생

jdbc url에 allowPublicKeyRetrieval=true&useSSL=false 필요

예시:

jdbc:mysql://localhost:3306/dev-product?useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true&useSSL=false

출처 

댓글