-
Unable to load authentication plugin 'caching_sha2_password'Error 2020. 8. 5. 18:01
# 디비버 설치 후 mysql 접속시 발생
Unable to load authentication plugin 'caching_sha2_password'
##
password 방식문제
- caching_sha2_password : 8.x부터 기본
- mysql_native_password
###
mysql cmd 로그인 후 방식 변경
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '****';
=============================================='Error' 카테고리의 다른 글