Chinaunix首页 | 论坛 | 博客
  • 博客访问: 252334
  • 博文数量: 61
  • 博客积分: 2510
  • 博客等级: 少校
  • 技术积分: 800
  • 用 户 组: 普通用户
  • 注册时间: 2008-02-14 15:18
文章分类

全部博文(61)

文章存档

2011年(4)

2010年(5)

2009年(10)

2008年(42)

我的朋友

分类: Mysql/postgreSQL

2008-03-19 14:41:48

From mysql 4.0 client connect mysql 4.1 server, encounter the following error:
 
ERROR 1251: Client does not support authentication protocol requested by server;consider upgrading MySQL client
    如果升级mysql到4.1以上版本后遇到以上问题,请先确定你的mysql client是4.1或者更高版本.(WINDOWS下有问题你就直接跳到下面看解决方法了,因为MYSQL 在WINDOWS是client和server一起装上了的)       
mysql>   UPDATE     mysql.user     SET     Password=OLD_PASSWORD( 'newpwd ')       
WHERE       Host   =   'some_host '   AND   User   =   'some_user ';      
   
mysql>   FLUSH  PRIVILEGES;  
阅读(1021) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~