오류해결 썸네일형 리스트형 [MariaDB] ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. Server version: 5.7.17-0ubuntu0.16.04.2 (Ubuntu) ( 문제 ) mysql 로그인시 비밀번호는 맞으나 데이터베이스를 사용하려고 하면 아래와 같은 에러 발생 mysql> use mysql; ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement. ( 분석 ) 현재 로그인 된 ID의 비밀번호 설정 (root) mysql> set password=password('비밀번호') or mysql>GRANT ALL PRIVILEGES ON DB명.* TO '유저명'@'%' IDENTIFIED BY '비밀번호'; mysql>GRANT ALL PR.. 이전 1 다음