phpMyAdmin 的設定檔 config.inc.php 內的 $cfg[‘blowfish_secret’] 是用為 cookie 認證(加密),
路徑 /var/www/html/phpMyAdmin/config.inc.php
修改 config.inc.php 檔案,
檔案內 $cfg['blowfish_secret'] = ' '; 設 32個位元
$cfg['blowfish_secret'] = 'abcd1234567890efghijklmnopqrstuvwxyz';
留言
張貼留言