当前位置: 首页 > 图文教程 > 服务器 > 服务器其他 > 用root用户登陆PHPmyAdmin出现Client does not support authentication ...

服务器其他
tomcat 6.0.20在一个机器上安装多个服务的方法
tomcat antiResourceLocking antiJARLocking 的作用和用法
Tomcat6.0与windows 2003 server 的IIS服务器集成
tomcat 几种连接池配置代码(包括tomcat5.0,tomcat5.5x,tomcat6.0)
Tomcat 5.5 数据库连接池配置
Tomcat服务器 安全设置
Tocat 下的日志配置参考代码
windows 权限之拒绝运行应用程序
32位操作系统认出超出4G内存的方法
Tomcat 启动错误(8080端口被占用)处理方法
php.ini 启用disable_functions提高安全
服务器硬件知识普及篇(需要配置服务器的朋友可以参考)
MSXML2.XMLHTTP 800401F3 错误的解决方法
刀片服务器五大误区解读
iisapp.vbs iis pid了解对应的网站或应用池
如何配置Windows Server2008 ADFS
中科院与浪潮共推高性能产业创新
2009年初IBM强势占领中国x86服务器市场
如何选择合适的服务器
教你在SMTP服务器中设置用户名和密码

服务器其他 中的 用root用户登陆PHPmyAdmin出现Client does not support authentication ...


出处:互联网   整理: 软晨网(RuanChen.com)   发布: 2009-10-04   浏览: 89 ::
收藏到网摘: n/a

这样处理:
开始--mysql--mysql command line client
输入root用户的密码,然后输入:
set password for 'root'@'localhost'=OLD_PASSWORD('root用户的密码');
输入exit;
退出后,就可以正常登陆PHPmyAdmin