nodejs - mysql - caching_sha2_password plugin

sangwoo noh·2022년 7월 13일
1

mysql

목록 보기
4/11

mysql 8버젼인가 부터는 기본적으로 user password설정이 caching_sha2_password로 적용돼있다.
귀찮으면 mysql_native_password사용해서 비밀번호 설정해주면 되지만 우리회사가 감사때문에 꼭 이녀석을 써야했다...
원래 마리아db쓰고있었는데 계속 커넥션관련 문제가 해결이 안됐기때문에... ㅅㅂ mysql로 마이그레이션 했다.

그리고 nodejs에거 mysql 연동하려는데 이딴 에러가 떴다.

Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client 

이거 걍 연결모듈을 mysql2쓰면 된다.

profile
하기로 했으면 하자

0개의 댓글