오류내용 : ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
 
해결방법 : ALTER USER 'root'@'localhost' IDENTIFIED BY '패스워드';
                 flush privileges;
 
 
 

 

+ Recent posts