프로그래밍/sql,db,mysql
mysql 임시비밀번호 에러 Your password has expired. To log in you must change it using a client that supports expired passwords.
◎◇
2019. 5. 24. 09:09
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
innocentk.tistory.com
https://morningame.tistory.com/6
morningame.tistory.com