在网上找了下资料提示我要更改这个
需要修改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就好了....