Tras instalar phpMyAdmin en tu servidor, te puede salir el siguiente error: "El archivo de configuración ahora necesita salvoconducto (una frase secreta) (blowfish_secret). ".

Primeramente, en el fichero config.inc.php, poner valor a la variable $cfg['blowfish_secret'] = 'abcdef';

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

 

Seguidamente hay que configurarlo.Para ello, seguir las siguientes instrucciones de configuración:

Leer más