当前位置:编程学习 > php >>

phpmyadmin配置文件现在需要一个短语密码

配置文件现在需要一个短语密码$cfg['blowfish_secret'] = ‘malu’;

将phpmyadmin/libraries/config.default.php 中的

$cfg['blowfish_secret'] = ”; 改成 $cfg['blowfish_secret'] = ‘malu’;

 

注:其中的’malu’为随意的字符。

作者“小白爱菜鸟”

补充:Web开发 , php ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,