相关疑难解决方法(0)

xampp localhost phpmyadmin用户'root'@'localhost'拒绝访问(使用密码:YES)

当我尝试访问我的phpmyadmin localhost时,我收到两个错误

Access denied for user 'root'@'localhost' (using password: YES)

phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Run Code Online (Sandbox Code Playgroud)

我不知道我做错了什么...这是我的配置代码...

$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

/* 
 * Servers configuration
 */
$i = 0;

/* 
 * First server
 */
$i++; …
Run Code Online (Sandbox Code Playgroud)

php xampp localhost phpmyadmin

7
推荐指数
3
解决办法
7万
查看次数

标签 统计

localhost ×1

php ×1

phpmyadmin ×1

xampp ×1