phpMyAdmin配置文件现在需要一个短语密码解决方法
解决方法:
1、将 phpMyAdmin/libraries/config.default.php中的
$cfg['blowfish_secret'] = ''; 改成 $cfg['blowfish_secret'] = 'ithov.com'; (注:其中的'ithov.com′为随意的字符)
2、在phpMyAdmin目录中,打开config.sample.inc.php,18行
$cfg['blowfish_secret'] = ''; 改成 $cfg['blowfish_secret'] = 'ithov.com'; (注:其中的'ithov.com′为随意的字符)
这个密码用于Cookies的加密,以免多个PhpMyAdmin或者和其他程序共用Cookies时搞混。

转载于:https://blog.51cto.com/5747283/1074362

相关文章:

  • 2021-12-05
  • 2022-12-23
  • 2022-01-08
  • 2022-12-23
  • 2022-01-02
  • 2021-05-17
  • 2022-12-23
  • 2022-01-20
猜你喜欢
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-10-28
  • 2021-11-18
  • 2022-12-23
相关资源
相似解决方案