Home [DB Trouble Shooting]public key retrieval is not allowed
Post
Cancel

[DB Trouble Shooting]public key retrieval is not allowed

  • mysql 8.x 버전 이후로 발생

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

  • 예시:

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

    출처

This post is licensed under CC BY 4.0 by the author.

Trending Tags