SequelizeConnectionError: Access denied for user 'root'@'localhost'

broccoli·2021년 5월 14일
0

mysql@troubleshooting

목록 보기
1/2
post-thumbnail

해당 에러가 났을 때는 connection string의 비밀번호를 다시 확인해서 입력해주자.

sudo mysql
mysql> alter user 'root'@'localhost' identified with mysql_native_password by '비밀번호';
profile
🌃브로콜리한 개발자🌟

0개의 댓글