How to fix error phpMyAdmin The configuration file now needs a secret passphrase (blowfish_secret) on Nginx
Install phpMyAdmin and Nginx, and you find error "The configuration file now needs a secret passphrase (blowfish_secret)".
You can fix this error with following command :
# chown -R root.nginx /etc/phpMyAdmin
You can fix this error with following command :
# chown -R root.nginx /etc/phpMyAdmin
Comments
Post a Comment