스프링
[스프링] MySQL 8.0 Public Key Retrieval is not allowed 에러
MC류짱
2023. 4. 29. 16:41
에러
분명 계속 MySQL연동이 잘되다가 갑자기
java.sql.SQLNonTransientConnectionException: Public Key Retrieval is not allowed at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:111) ~[mysql-connector-j-8.0.33.jar:8.0.33]
이런 에러 발생
해결
url: jdbc:mysql://localhost:3306/{스키마이름}?serverTimezone=Asia/Seoul&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true