DEV Community

sunj
sunj

Posted on

ERROR: 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

ALTER USER '사용자이름'@'%' IDENTIFIED WITH mysql_native_password BY '비밀번호';
Enter fullscreen mode Exit fullscreen mode

참조 : https://1mini2.tistory.com/88

Top comments (0)