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

phpmyadmin 配置文件中的密文(blowfish_secret)太短?凑够32个字符!

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

解决方法:

1.打开phpMyAdmin目录下的config.sample.inc.php文件(或是config.inc.php)

  1. vim phpMyAdmin/config.sample.inc.php

修改

  1. cfg [ ‘blowfish_secret’ ] = ;

在单引号中写入密文
只写字母或数字 不能字母数字混用
2.打开phpMyAdmin/libraries/目录下config.default.php文件

  1.  vim phpMyAdmin/libraries/config.default.php

修改

  1. cfg [ ‘blowfish_secret’ ] = ;

同上
配置文件中的密文(blowfish_secret)太短。一定要凑够32个字符