Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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

//step 1: To generate new blowfish secret

simply hit this https://phpsolved.com/phpmyadmin-blowfish-secret-generator/?g=5d94be5065c70
	or
openssl rand -base64 32
//step 2: rename cofig sample of phpmyadmin to config
cp /usr/share/phpmyadmin/config.sample.inc.php /usr/share/phpmyadmin/config.inc.php

//step 3: add the code generated in step 1
$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
1+3 =