해당 에러가 났을 때는 connection string의 비밀번호를 다시 확인해서 입력해주자.
sudo mysql
mysql> alter user 'root'@'localhost' identified with mysql_native_password by '비밀번호';