기타
Client does not support authentication protocol requested by server; consider upgrading MySQL client 에러 해결 방법!!
처리2
2021. 5. 10. 22:36
아이디가 root, 주소가 localhost 비밀번호가 password 일때
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
하시면 바로 됩니다. ㅋㅋㅋ