Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Absolute
- AGI
- ai
- AI agents
- AI engineer
- AI researcher
- ajax
- algorithm
- Algorithms
- aliases
- Array 객체
- ASI
- bayes' theorem
- Bit
- Blur
- BOM
- bootstrap
- canva
- challenges
- ChatGPT
Archives
- Today
- In Total
A Joyful AI Research Journey🌳😊
MySQL: public key retrieval is not allowed 오류) allowPublicKeyRetrieval=true 추가한다. 본문
💻Bootcamp Self-Study Revision✨/Spring, Spring Boot, Java, SQL
MySQL: public key retrieval is not allowed 오류) allowPublicKeyRetrieval=true 추가한다.
yjyuwisely 2023. 4. 21. 16:20Mysql 8.0 버전부터는 보안적인 이슈로 useSSL 옵션에 대한 추가적인 설정이 필요해졌다고 한다.
applications.properties에 아래 코드처럼
allowPublicKeyRetrieval=true
를 추가한다.
spring.datasource.url=jdbc:mysql://localhost:3306/mydatabase?useUnicode=true&characterEncoding=utf8&allowPublicKeyRetrieval=true&useSSL=false
참고: https://joont92.github.io/java/java-mysql-%EC%97%B0%EB%8F%99%EC%8B%9C-%EC%98%A4%EB%A5%98/
728x90
반응형
'💻Bootcamp Self-Study Revision✨ > Spring, Spring Boot, Java, SQL' 카테고리의 다른 글
자바 명명 규칙 (0) | 2023.04.28 |
---|---|
MySql csv import 관련 링크 (0) | 2023.04.28 |
타임리프 헤더 푸터 사용하기 (0) | 2023.04.19 |
Spring Security: No default constructor for entity 오류 해결) default 지정하기 (0) | 2023.04.16 |
Comments