Your password has expired. To log in you must change it using a client that supports expired passwords.
You must reset your password using ALTER USER statement before executing this statement.
해결방법
ALTER USER 'root'@'localhost' IDENTIFIED BY '새로운 비밀번호';
참고사이트
https://innocentk.tistory.com/170
'프로그래밍 > sql,db,mysql' 카테고리의 다른 글
mysql 8.0 비밀번호 초기화 --skip-grant-tables (0) | 2021.09.24 |
---|---|
mysql 쿼리문 통계 (주간/일간/월간/기간별) (0) | 2020.02.13 |
mysql 5.1 / 5.7 default-character-set 설정하는방법 my.cnf (0) | 2020.02.06 |
mysql 슬로우 쿼리 로그 설정 및 테스트 (0) | 2019.08.28 |
php mysql 트랜잭션 lock level, 사용방법 3가지 (0) | 2019.05.17 |