설정 파일의 암호 (blowfish_secret)의 길이가 올바르지 않습니다. 32 바이트 이상이여야 합니다
The secret passphrase in configuration (blowfish_secret) is too short
Put! the blowfish_scret code
vi /usr/share/phpmyadmin/config.inc.php
blowfish secret generator
/** * This is needed for cookie based authentication to encrypt password in * cookie. Needs to be 32 chars long. */ $cfg['blowfish_secret'] = '#oK*BKDC,y9k!GsoY&I:j2oRIcB~A()f'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
목차