用root用户登陆PHPmyAdmin出现Client does not support authentication ...
更新时间:2007年08月07日 00:03:28 作者:
这样处理:
开始--mysql--mysql command line client
输入root用户的密码,然后输入:
set password for 'root'@'localhost'=OLD_PASSWORD('root用户的密码');
输入exit;
退出后,就可以正常登陆PHPmyAdmin
开始--mysql--mysql command line client
输入root用户的密码,然后输入:
set password for 'root'@'localhost'=OLD_PASSWORD('root用户的密码');
输入exit;
退出后,就可以正常登陆PHPmyAdmin
相关文章
未能在 sysdatabases 中找到数据库 aa1xxxx 所对应的条目。没有找到具有该名称的条目
未能在 sysdatabases 中找到数据库 aa1xxxx 所对应的条目。没有找到具有该名称的条目2007-08-08Mysql 自检时出错:命令为:set password for test7i24@....
Mysql 自检时出错:命令为:set password for test7i24@.......2007-08-08
最新评论