The configuration file now needs a secret passphrase (blowfish secret).

The configuration file now needs a secret passphrase (blowfish secret).

1 해결방법[ | ]

[root@zetawiki ~]# cd /var/www/phpMyAdmin/
[root@zetawiki phpMyAdmin]# cp config.sample.inc.php config.inc.php
[root@zetawiki phpMyAdmin]# cat /dev/urandom | tr -cd "[:alnum:]" | head -c 16; echo
0WqYzah62Ux3VJ4r
[root@zetawiki phpMyAdmin]# vi config.inc.php
//$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
$cfg['blowfish_secret'] = '0WqYzah62Ux3VJ4r';

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}