前面忘记说了,运行过程中还出现过上面那个title的错误.... 官方的说法是 MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. 解决办法是: UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') WHERE User = 'usrname'; update后还有重启下mysql服务,在运行程序就可以了 本文来自ChinaUnix博客,如果查看原...
MySQL 4.1 以及后续版本由于加密算法改变,出现如下错误信息,Client does not support authentication protocol requested by server; consider upgrading MySQL client要解决这个问题,可以使用以下任一方法,1) 升级所有的客户端程序,使用4.1.1或者更新的库;2) 当连接4.1以前的库时,使用先前存在的帐号;3) 为要使用先前版本的用户重新设置密码;这个可以用 SET PASSWORD 申明和 OLD_PASSWORD() 函数。(推荐)mys...
[root@firewall init.d]# chkconfig --level 35 httpd on service httpd does not support chkconfig 一个服务如何才能做到支持chkconfig...?
底版本远程连接高版本mysql报ERROR 1251: Client does not support authentication protocol requested by server; consider upgrading MySQL client,解决方法。 第一种 mysql>; SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('newpwd'); 第二种 mysql>; UPDATE mysql.user SET Password = OLD_PASSWORD('newpwd') WHERE Host = 'some_host' AND User = 'some_user'; mysql>; FLUSH PRIVILEGES; 本文来自C...
烦人的问题:Client does not support authentication protocol requested by server; consider upgrading MySQL client shell> mysql Client does not support authentication protocol requested by server; consider upgrading MySQL client 官方的说法是 MySQL 4.1 and up uses an authentication protocol based on a password hashing algorithm that is incompatible with that used by older clients. ..... (看不太...
same to the title if so ,anybody tell me the version info.i will download and install. now i have linux and win2003 on my machine, i wanna use grub, so ....
是不是我在服务器上缺少了什么东西啊,好象是协议相关的.环境是solaris8,各位高手指点一下
kernel md module does not support 请教 我安装之后 ,运行init 5结果出来别的都ok 结果就这个failed