Contents

?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

MacOS 에서 MySQL 5.7.20 버전에서..

패스워드를 초기화 했는데 이후 로그인 해도 데이터베이스와 테이블이 보이지 않고 모든 쿼리문 결과로 이런 오류가 남.

[mysql] ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.


패스워드를 리셋하라는 건데.. (패스워드 변경)

'use mysql' 명령도 안되고 'show database', 'show tables' 명령도 모두 저런 오류만 출력됨.


스택오버플로우에 검색해보니 이렇게 해서 패스워드를 초기화 하면 된다고 함.

mysql> SET PASSWORD = PASSWORD('your_new_password');


이후 다른 명령이나 쿼리들이 정상적으로 실행 됨.



?

  1. [mysql] 루트 암호 초기화

    Date2013.04.23 CategoryDatabase Byhooni Views11052
    Read More
  2. [mysql] MySQL 한글 깨짐 현상 해결하기(UTF8)

    Date2017.12.01 CategoryDatabase Byhooni Views5492
    Read More
  3. [mysql] MySql 에서 정렬 후 그룹 하는 방법

    Date2015.05.07 CategoryDatabase Byhooni Views3023
    Read More
  4. [mysql] MySQL 백업 및 복구

    Date2019.11.22 CategoryDatabase Byhooni Views833
    Read More
  5. [mysql] MySQL 데이터베이스 추가 및 사용자 추가

    Date2019.11.22 CategoryDatabase Byhooni Views682
    Read More
  6. [mysql] mysql user 생성시 ERROR 1364

    Date2013.04.25 CategorySystem/OS Byhooni Views28516
    Read More
  7. [mysql] MySQL server has gone away 에러 대응

    Date2013.05.29 CategorySystem/OS Byhooni Views19236
    Read More
  8. [mysql] MySql DB/테이블 사이즈 확인을 위한 쿼리

    Date2019.11.22 CategoryDatabase Byhooni Views676
    Read More
  9. [mysql] MacOS에 MySQL 설치, 설정, 암호 재설정

    Date2017.12.15 CategoryDatabase Byhooni Views1486
    Read More
  10. [mysql] error while loading shared libraries: libmysqlclient.so.10:

    Date2003.04.23 CategoryDatabase Byhooni Views12667
    Read More
  11. [mysql] ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

    Date2017.12.15 CategoryDatabase Byhooni Views1229
    Read More
  12. [mysql] DB->Text, Text->DB 변환

    Date2003.04.23 CategoryDatabase Byhooni Views12137
    Read More
Board Pagination Prev 1 ... 18 19 20 21 22 23 24 25 26 27 ... 98 Next
/ 98