Access denied for user root@localhost using password NO的解决办法
作者:会飞的
#1045 - Access denied for user 'root'@'localhost' (using password: NO)phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。/*** MySQL user** @global string $cfg['Servers
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin 试图连接到 MySQL 服务器,但服务器拒绝连接。您应该检查 config.inc.php 中的主机、用户名和密码,并且确定这些信息与 MySQL 服务器的管理员所给出的信息一致。
/**
* MySQL user
*
* @global string $cfg['Servers'][$i]['user']
*/
$cfg['Servers'][$i]['user'] = 'root';
/**
* MySQL password (only needed with 'config' auth_type)
*
* @global string $cfg['Servers'][$i]['password']
*/
$cfg['Servers'][$i]['password'] = '123456';
猜你喜欢
您可能感兴趣的文章:
- PC 端 router 配置
- mssql 创建主外键
- PHP 二分法查找数据
- 获取 flash地址
- 什么是事件冒泡?如何阻止事件冒泡?阻止事件冒泡函数。
- mouseout mouseover的问题及解决方法(with jquery)
- jquery取id
- clearfix
- 以前的某个程序安装已在安装计算机上创建挂起的文件操作。运行安装程序之前必须重新启动计算机
- 完全优化MySQL数据库性能的八大巧方法
- 通用存储过程分页
- 存储过程的优势
- 创建触发器(CREATE TRIGGER)
- 查询数据库中第30到40条记录
- PHP MySQL 连接数据库
- PHP MySQL 简介
- PHP MySQL 创建数据库和表
- PHP MySQL Where 子句
- PHP MySQL Update