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