mysql::RSA public key is not available client side (option serverRsaPublicKeyFile not set)
에러내용
solution 1
https://deviscreen.tistory.com/85
solution 2 : jdbc
jdbc Url 뒤에 ‘allowPublicKeyRetrieval=true&useSSL=false‘ 를 붙여주면 됩니다.
jdbc:mysql://localhost:3306/foodcourt?allowPublicKeyRetrieval=true&useSSL=false
Helped me. Thank you for solution.
My pleasure.