MYSQL
-
Spring, MyBatis, MySQL을 연동하면서 발생했던 에러Programming/Issue 2019. 10. 17. 23:28
Spring, MyBatis, MySQL을 연동하면서 겪었던 에러에 대해 정리하고자 한다. 연동 방법은 아래의 포스팅을 참고하였다. https://all-record.tistory.com/175 [Spring] 스프링, MySQL, MyBatis 연동 스프링, MySQL, MyBatis 연동 프로젝트 생성 및 관련 설정들은 아래 글을 참고하면 된다. ■ 관련글 [Spring] 스프링 개발환경 설정 프로젝트 생성 후 pom.xml을 연다. 여기에 연동에 필요한 라이브러리를 설정.. all-record.tistory.com #1. unable to load authentication plugin 'caching_sha2_password' 정확히는 잘 모르겠지만, MySQL 8.0.4부터 password 인증..