본문 바로가기

JS/NodeJS

Client does not support authentication protocol requested by server; consider upgrading MySQL client

Client does not support authentication protocol requested by server; consider upgrading MySQL client

서버에서 요청된 인증 프로토콜을 클라이언트에서 지원하지 않는다. 클라이언트 업그레이드를 고려해봐라.


mysql 워크벤치라던가 기타 사용하고 있는 sql DBMS에서 아래 문장을 실행시킨다.


'password'는 본인이 쓰고 있는 것으로 바꿔야 함.


ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'