¿ù°£ Àα⠰Խù°

°Ô½Ã¹° 136°Ç
   
ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client
±Û¾´ÀÌ : ÃÖ°í°ü¸®ÀÚ ³¯Â¥ : 2010-12-14 (È­) 10:52 Á¶È¸ : 14189
±ÛÁÖ¼Ò :
                          

ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client

±âÁ¸¿¡ ¹®ÀÚ¹ß¼Û ¾÷ü¸¦ Dacom ¿¡¼­ KT·Î º¯°æÇϸ鼭 MYSQL ¹öÀüµµ °°ÀÌ ¾÷±×·¹À̵å ÇØÁָ鼭 »ý±ä¹®Á¦ÀÌ´Ù.
±âÁ¸ µ¥ÀÌÄÞ MYSQLÀº 3.x ¸¦ »ç¿ëÇÏ¿´°í À̹ø º¯°æÇÒ KT´Â 5.1.34 ÀÌ¿ë

[root@localhost ]# /usr/local/mysql/bin/mysql -u user -p password -Ddatabase -h 192.168.xx.xx
ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client
=> MySQL Ŭ¶óÀ̾ðÆ®¸¦ ¾÷±×·¹À̵å Ç϶ó´Â ¿¡·¯¸Þ¼¼Áö Ãâ·Â
    MySQL ¾÷µ¥ÀÌÆ®µÇ¸é¼­ Æнº¿öµå ÀúÀå¹æ½ÄÀÌ ¹Ù²î¸é¼­ »ý±â´Â ¿¡·¯ÀÌ´Ù.


# ¼­¹ö µðºñ¹öÀü
Server version: 5.1.34-log Source distribution


# ¼­¹ö °èÁ¤À» OLD_PASSWORD ¹æ½ÄÀ¸·Î ¹Ù²ãÁÖ¸é ÇØ°á
mysql> use mysql;

mysql> update user set Password=old_password('*******') WHERE User='user';
Query OK, 1 row affected (0.00 sec)
Rows matched: 1  Changed: 1  Warnings: 0

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

À̸§ Æнº¿öµå
ºñ¹Ð±Û (üũÇÏ¸é ±Û¾´À̸¸ ³»¿ëÀ» È®ÀÎÇÒ ¼ö ÀÖ½À´Ï´Ù.)
¿ÞÂÊÀÇ ±ÛÀÚ¸¦ ÀÔ·ÂÇϼ¼¿ä.
   

 



 
»çÀÌÆ®¸í : ¸ðÁö¸®³× | ´ëÇ¥ : ÀÌ°æÇö | °³ÀÎÄ¿¹Â´ÏƼ : ·©Å°´åÄÄ ¿î¿µÃ¼Á¦(OS) | °æ±âµµ ¼º³²½Ã ºÐ´ç±¸ | ÀüÀÚ¿ìÆí : mojily°ñ¹ðÀÌchonnom.com Copyright ¨Ï www.chonnom.com www.kyunghyun.net www.mojily.net. All rights reserved.