mysql5.7 썸네일형 리스트형 [draft] MySQL 5.7 이후 버전 root 비밀번호 변경 MySQL(5.7.19 이후 버전) 설치 후 아래와 같은 에러가 발생ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.아래 명령으로 패스워드를 변경할 수 있다.SET PASSWORD = PASSWORD('P@ssw0rd1!'); ./mysql -uroot -p$ ./mysql -uroot -pEnter password:Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 6Server version: 5.7.19Copyright (c) 2000, 2017, Oracl.. 더보기 이전 1 다음