Home > Database > Mysql Tutorial > 用root用户登陆PHPmyAdmin出现Client does not support authenti

用root用户登陆PHPmyAdmin出现Client does not support authenti

WBOY
Release: 2016-06-07 18:08:02
Original
1331 people have browsed it

这样处理: 开始--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
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template