当前位置:Gxlcms > mysql > 用root用户登陆PHPmyAdmin出现Clientdoesnotsupportauthenti

用root用户登陆PHPmyAdmin出现Clientdoesnotsupportauthenti

时间:2021-07-01 10:21:17 帮助过:36人阅读

这样处理: 开始--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

人气教程排行