ananda183 发表于 2022-7-12 12:45:36

请教已经始终提示“ 配置文件中的密文(blowfish_secret)太短...

配置应该没毛病啊

<?php
/* vim: set expandtab sw=4 ts=4 sts=4: */
/**
* phpMyAdmin sample configuration, you can use it as base for
* manual configuration. For easier setup you can use setup/
*
* All directives are explained in documentation in the doc/ folder
* or at <http://docs.phpmyadmin.net/>.
*
* @package PhpMyAdmin
*/

/*
* This is needed for cookie based authentication to encrypt password in
* cookie
*/
$cfg['blowfish_secret'] = 'LNMPorghjdhebnfkgodjhHHJIDhhiVPSernet'; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */

/*
* Servers configuration
*/
$i = 0;


licess 发表于 2022-7-12 19:32:16

必须要正好32个字符

ananda183 发表于 2022-7-12 20:03:30

licess 发表于 2022-7-12 19:32
必须要正好32个字符

感谢解决了
页: [1]
查看完整版本: 请教已经始终提示“ 配置文件中的密文(blowfish_secret)太短...