DB
[DB] ODBC 3.51 Driver - Client does not support authentication protocal requested by server; consider upgrade in MySQL client
키플레이어
2019. 11. 25. 17:44
반응형
- 계정 권한 문제
ODBC 3.51 Driver - Client does not support authentication protocal requested by server; consider upgrade in MySQL client.
- 해결 방법
STEP 1. MySQL에 접속
STEP 2. 하단 명령어 입력
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('9999999');
flush privileges;
반응형