[MySQL] Client does not support authentication protocol requested by server; consider upgrading MySQL client 에러 해결
문제간단한 프로젝트를 만들기 위해 개발 초기 셋팅 단계에서 MySQL을 Docker 컨테이너로 구성해 연결하려는 과정에서컨테이너 생성은 정상적으로 되었는데 Node.js에서 MySQL에 연결하려는 순간 에러가 발생했다.Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client{ code: 'ER_NOT_SUPPORTED_AUTH_MODE', errno: 1251, sqlMessage: 'Client does not support authentication protocol requested by server; consider..
그외 기록/트러블 슈팅
2025. 7. 9. 14:47
- Total
- Today
- Yesterday