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

 

分类:

技术点:

相关文章:

  • 2021-12-10
  • 2021-09-09
  • 2021-07-09
  • 2021-10-13
  • 2021-07-13
  • 2021-11-28
  • 2021-07-11
猜你喜欢
  • 2021-09-02
  • 2021-09-23
  • 2021-11-18
  • 2022-12-23
  • 2021-12-06
相关资源
相似解决方案