java.sql.SQLNonTransientConnectionException: CLIENT_PLUGIN_AUTH is required
원인
SSL 미사용 에러
해결책
1. URL에 파라미터 추가
verifyServerCertificate=false&useSSL=false 또는
verifyServerCertificate=false&useSSL=false
2. MySQL의 버전이 낮은 경우는 mysql-connector-java 버전을 낮추어서 사용하면 된다.
'Web Programming > Spring' 카테고리의 다른 글
[Spring] org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException 에러 (0) | 2022.12.14 |
---|---|
[Spring] WEB-INF/lib JAR 파일 인식, 적용 안될 때 (0) | 2021.07.13 |
ClassNotFoundException: org.springframework.web.util.Log4jConfigListener 에러 (2) | 2020.09.07 |
[Spring] The prefix "context" for element "context:component-scan" is not bound. 에러 (0) | 2020.05.12 |
[Spring] STS4 Spring Legacy Project 사용 (0) | 2020.05.11 |