我们专注攀枝花网站设计 攀枝花网站制作 攀枝花网站建设
成都网站建设公司服务热线:400-028-6601

网站建设知识

十年网站开发经验 + 多家企业客户 + 靠谱的建站团队

量身定制 + 运营维护+专业推广+无忧售后,网站问题一站解决

phpMyAdmin配置文件中的密文(blowfish_secret)太短

在phpMyAdmin页面上报错配置文件中的密文(blowfish_secret)太短

查看下配置文件more config.inc.php
  1. /**
  2.  * This is needed for cookie based authentication to encrypt password in
  3.  * cookie. Needs to be 32 chars long.
  4.  */
  5. $cfg['blowfish_secret'] = 'abcdefghijklmnopqrstuvwxyzabcdefgh'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */
因为我把$cfg['Servers'][$i]['auth_type'] 参数从config改为了cookie,我觉得这样更方便,但是上面的参数要求cookie模式必须加长参数的值,默认是"xampp",显然不够32位,随便设置一个够32位即可。

标题名称:phpMyAdmin配置文件中的密文(blowfish_secret)太短
文章路径:http://shouzuofang.com/article/ipdpss.html

其他资讯