-
java.sql.SQLException: Unable to load authentication plugin 'caching_sha2_password'.포트폴리오 (웹 개발)/계좌관리 웹애플리케이션 2023. 5. 13. 15:22
에러: java.sql.SQLException: Unable to load authentication plugin 'caching_sha2_password'.
해결 : cmd 창에서
-> mysql -uroot -p
-> 패스워드 입력
-> mysql> ALTER USER 'user'@'%' IDENTIFIED WITH mysql_native_password BY 'password'; 실행.
조회 성공!! 끝
'포트폴리오 (웹 개발) > 계좌관리 웹애플리케이션' 카테고리의 다른 글
java.util.concurrent.ExecutionException: org.apache.catalina.LifecycleException (1) 2023.06.09 Establishing SSL connection without server's identity verification is not recommended. (1) 2023.05.13 웹서버 vs WAS 서버 (0) 2022.08.07 DB 설계 (0) 2022.08.01 tiles (0) 2022.06.04