Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

The configuration file now needs a secret passphrase (blowfish_secret).

//first copy file from 
cp /usr/share/phpmyadmin/config.sample.inc.php /usr/share/phpmyadmin/config.inc.php

//open the file
sudo nano /usr/share/phpmyadmin/config.inc.php
// then find   $cfg['blowfish_secret'] = '';
//set a passkey
$cfg['blowfish_secret'] = 'your_pass_key_here_xkdfsdf@kfa#fsd@sdf';
Source by serverfault.com #
 
PREVIOUS NEXT
Tagged: #The #configuration #file #secret #passphrase
ADD COMMENT
Topic
Name
5+6 =