15.配置phpMyAdmin
cd /www/phpMyAdmin
mv config.sample.inc.php config.inc.php
nano config.inc.php
找到$cfg['blowfish_secret']=''修改如下
$cfg['blowfish_secret']='
http://www.loveav.me'
Ctrl+o保存
Ctrl+x退出
nano libraries/config.default.php
修改密码
fg['servers'][$i]['password'] = ''
修改如下
fg['servers'][$i]['password'] = '自定义密码'