반응형
sudo grep 'temporary password' /var/log/mysqld.log
mysql -uroot -p
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
alter user 'root'@'localhost' identified by 'root1234';
반응형
'데이터베이스 이야기 > MySQL' 카테고리의 다른 글
[MySQL] 8.0 사고 기록 (0) | 2022.01.26 |
---|---|
[MySQL] 리눅스 CentOS7.x + mysql 5.7 이하버전 설치 후 계정 셋팅, 외부 접속 허용 (0) | 2020.09.15 |
[MySQL] 커버링 인덱스 (0) | 2020.04.10 |
[MySQL] 차집합 (0) | 2020.04.10 |
[MySQL] 인덱스 생성 조건 (0) | 2020.04.10 |
댓글