인프런 커뮤니티 질문&답변
mysql 8.0 사용하시는분들은
작성
·
251
0
아마 이 에러가 날겁니다.
ERROR: Client does not support authentication protocol requested by server; consider upgrading MySQL client
스텍오버플로에서 찾아본결과
워크밴치에서
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '스키마password'
실행시키시면 에러없이 진행 가능하실거에요.





