티스토리 뷰
디버그 노트
MySQL) ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. 에러해결
Henry95 2020. 8. 6. 19:30반응형
mysql을 재설치 할 일이 있어서 재설치를 한 후 부여받은 초기비밀번호를 나의 비밀번호로 바꾸고자 다음과 같은 명령어로 업데이트 시도를 했다. 그러나 아래와 같은 에러가 뜨면서 업데이트가 거부 되었고 구글링을 통해 답을 알아내었다.
시도한 명령어
UPDATE mysql.user SET authentication_string='password' WHERE user='root@localhost';
ALTER USER root identified by 'password'
결과
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
해결한 명령어
SET password = password('password')
반응형
'디버그 노트' 카테고리의 다른 글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- mysql
- django server
- node.js
- Android
- 알고리즘
- Hummingbird
- RecyclerView
- DART
- 코틀린
- 에러
- 안드로이드
- password
- 안드로이드스튜디오
- redis
- flame
- Kotlin
- 에러해결
- Tutorial
- flutter
- socket.io
- springboot
- CHANNELS
- chatting
- Android Studio
- WAS
- github
- 플러터
- 해결
- Git
- Django
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함