进入PHPMYADMIN主页出现“访问被拒绝”的解决方法
在网上找了下资料提示我要更改这个
需要修改config.inc.php文件中的
// Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'sa'; // MySQL password (only needed 用户名和密码。
晕...
后面发现不对,
应该是修改下面这个才对..
$cfg['SQLValidator']['use'] = FALSE; // Make the SQL Validator available
$cfg['SQLValidator']['username'] = 'root'; // If you have a custom username, specify it here (defaults to anonymous)
$cfg['SQLValidator']['password'] = 'sa'; // Password for username
好在本人对配置文件还有认识..简直误人子弟吗~
哈哈..这样设置下.重置下Appache就好了....
需要修改config.inc.php文件中的
// Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'sa'; // MySQL password (only needed 用户名和密码。
晕...
后面发现不对,
应该是修改下面这个才对..
$cfg['SQLValidator']['use'] = FALSE; // Make the SQL Validator available
$cfg['SQLValidator']['username'] = 'root'; // If you have a custom username, specify it here (defaults to anonymous)
$cfg['SQLValidator']['password'] = 'sa'; // Password for username
好在本人对配置文件还有认识..简直误人子弟吗~
哈哈..这样设置下.重置下Appache就好了....
千人.NET交流群:18362376,因为有你,代码变得更简单,加群请输入cnblogs