Inflearn brand logo image

Inflearn Community Q&A

ohohl1232666's profile image
ohohl1232666

asked

Creating NodeBird SNS with React

Unhandled rejection SequelizeConnectionError: Client does not support authentication protocol requested by server; consider upgrading MySQL client 에러 해결 이후

Resolved

Written on

·

257

0

Client does not support authentication protocol~ 이 에러가 나서 수강 전 필독과 답변을 본 후 mysql 5.8 버전을 설치한 후에 ALTER 명령어로 바꿔준 이후 제목과 같은 에러는 해결 됐지만 react-nodebird 데이터 베이스가 unknown이라고 에러가 뜨네요 ㅜㅜ 혹시 Mysql 설치시 데이터베이스 이름을 따로 설정해줘야하나요??

javascriptreact

Answer 2

1

zerocho님의 프로필 이미지
zerocho
Instructor

터미널에 sequelize db:create 입력하세요~ 프로젝트 폴더 내에서요!

0

ohohl1232666님의 프로필 이미지
ohohl1232666
Questioner

해결 됐습니다!!! 감사드립니다 :)

ohohl1232666's profile image
ohohl1232666

asked

Ask a question