[Mysql 5.7] ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
개발/Database 2017. 7. 31. 10:26반응형
패스워드를 강제로 초기화 한 후, 아래와 같은 에러가 발생하며, 아무런 쿼리가 날라가지 않는 경우가 있다.
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
이런 경우, 아래 명령어로 해결이 가능함.
mysql> set password = PASSWORD('강제로 변경한 패스워드');
반응형
'개발 > Database' 카테고리의 다른 글
[Mysql 5.6] Warning: Using a password on the command line interface can be insecure. (0) | 2017.10.24 |
---|---|
[Mysql 5.7] 특정 사용자에게 Stored Procedure 권한 추가하기 (0) | 2017.10.11 |
[Mysql] Java BigDecimal Type Handling (0) | 2016.06.21 |
[Oracle] SYNONYM (동의어) (0) | 2016.06.11 |
mysql 강제 index 사용하기 (0) | 2016.06.11 |