使用phpmyadmin时报错:
client does not support authentication protocol requested
by rver; consider upgrading mysql client
官方的说法是
mysql 4.1 and up党员权利和义务 us an authentication protocol bad on a password hashing algorithm that is incompatible with that ud by older clients. …..
如果你升级mysql到4.1以上版本后遇到以上问题,请先确定你的mysql client 是4.1或者更高版本.(windows下有问题你就直接跳到下面看解决方法了,因为mysql 在windows是client和rver一起装上不拘一格什么意思了的)
请使用以下两种方法之一
其一:
mysql> t password for
-> ‘some_us两生关歌词er’@’some_host’ = old_password(‘newpwd’);
其二:
mysql> 抗日胜利update mysql.ur t password = old_password(岁寒三友指什么216;newpwd’)
-> where host = ‘some_host’ and ur = ‘some_ur’;
mysql> flush privileges;
(出处:viphot)
本文发布于:2023-04-07 05:03:27,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/6bfd8ec2b5d8644ed8b6b07aa87e2b4f.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:Mysql 4.1 Windows 下升级问题.doc
本文 PDF 下载地址:Mysql 4.1 Windows 下升级问题.pdf
留言与评论(共有 0 条评论) |