[Mysql] Client does not support authentication protocol requested by server 에러 Table of Contents Client does not support authentication 에러 발생 원인은? 에러 해결 방법 맺음 Jpa와 Mysql을 이용하여 공부를 진행하던 중 만난 authentication관련 에러에 대해서 소개해드리도록 하겠습니다. Client does not support authentication 이 이유가 발생하게 된 이유는 Mysql 8.0에서는 다양한 플러그 형태의 인증 방법을 제공합니다. 기본적으로 제공하는 인증 방법은 caching_sha2_password입니다. 에러 발생 원인은? 제가 설치한 Mysql Conne..