You must reset your password using ALTER USER statement before executing this statement.

//You must reset your password using ALTER USER statement before executing this statement.

You must reset your password using ALTER USER statement before executing this statement.

mysql5.7 설치후  mysql 접속시 아래와 같은 문구 발생
You must reset your password using ALTER USER statement before executing this statement.

패스워드 재설정후 정상작동
ALTER USER ‘root’@’localhost’ IDENTIFIED BY ‘새로운 패스워드’;

About the Author: