250x250
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 | 31 |
Tags
- myBatis
- spring
- SpringBoot
- STS
- oracle
- MSSQL
- Thymeleaf
- 오픈소스
- JDBC
- Source
- Open Source
- Eclipse
- PostgreSQL
- MySQL
- AJAX
- maven
- Tomcat
- Core Java
- Spring Boot
- jpa
- IntelliJ
- JavaScript
- Docker
- 설정
- error
- Exception
- git
- Python
- 문서
- ubuntu
Archives
- Today
- Total
목록allowPublicKeyRetrieval=true (1)
헤르메스 LIFE
[Exception] java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed
MySQL 최신버전(8.0 이후) 접속 시 아래와 같은 오류가 발생하였습니다. allowPublicKeyRetrieval=true 설정을 추가해주어야 한다고 합니다. jdbc:mysql://localhost:3306/springboot?allowPublicKeyRetrieval=true 더보기 java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:110) ~[mysql-connector-java-8.0.25.jar:8.0.25] at com.mysql.cj.jdbc.exceptions..
Exception
2021. 7. 17. 15:59