분류 전체보기 (199)
ººº::Development™:: (66)
ººº::Learning™:: (31)
ººº::Information™:: (37)
ººº::Note™:: (11)
ººº::Photo™:: (50)
ººº::zEtc™:: (3)
rss

믹시
tistory 티스토리 가입하기!
2007. 5. 28. 17:49
MySQL 연결시 아래와 같은 에러가 발생하였다.

#1251 - Client does not support authentication protocol requested by server; consider upgrading MySQL client

무슨 이유인지는 모르겠지만 인터넷을 찾아보니 다음과 같이 하면 된다고 해서 기록해 놓는다.

mysql> set password for
    -> root@localhost = OLD_PASSWORD(\'비밀번호\');
Query OK, 0 rows affected (0.02 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)