phpmyadmin - ġ (2)
Ҵ 2019-02 2019-02-09 01:41:43 ȸ 6546 õ 0 õ 0
The configuration file now needs a secret passphrase (blowfish_secret).
config.inc.php에 blowfish_secret key르 추가
https://serverfault.com/questions/615550/phpmyadmin-error-the-configuration-file-now-needs-a-secret-passphrase
CentOS Ʒ ϸ ȴ.
date +%s | sha256sum | base64 | head -c 32 ; echo
Add 32 random characters to the variable's value and then save the file.
https://www.howtogeek.com/howto/30184/10-ways-to-generate-a-random-password-from-the-command-line/