root用户登陆PHPmyAdmin出现Client does not support authentication ...
时间:2016-07-21 01:41 来源:linux.it.net.cn 作者:IT
这样处理:
开始--mysql--mysql command line client
输入root用户的密码,然后输入:
set password for 'root'@'localhost'=OLD_PASSWORD('root用户的密码');
输入exit;
退出后,就可以正常登陆PHPmyAdmin
(责任编辑:IT)
这样处理: 开始--mysql--mysql command line client 输入root用户的密码,然后输入: set password for 'root'@'localhost'=OLD_PASSWORD('root用户的密码'); 输入exit; 退出后,就可以正常登陆PHPmyAdmin (责任编辑:IT) |