Reason:
PhpMyAdmin needs this secret to encrypt cookies based on security, so it always prompts you
In the phpMyAdmin directory, mine is/usr/local/nginx/phpMyAdmin
Implementation
sudo cp config.sample.inc.php config.inc.php //Copy and rename
sudo chown www-data: config.inc.php //Change the user and group that will be nginx
Local arbitrary generation of a section of SSL code
openssl rand -base64 32
Back
LhmTZbV1HV9t0qRtU6/M0rAZ9fAzGKkNc8XRzSjwxH4=
Copy the random password returned, then open config. Inc. PHP and search $CFG [‘blowfish]_ Paste the copied password to the back of this configuration
$cfg['blowfish_secret'] = 'LhmTZbV1HV9t0qRtU6/M0rAZ9fAzGKkNc8XRzSjwxH4=';
Similar Posts:
- sklearn.utils.validation.check_random_state(seed)
- nginx: [error] open() “/usr/local/nginx/logs/nginx.pid“ failed (2: No such file or directory)
- How to Solve nginx Install Error in Mac
- nginx: [emerg] getpwnam(“nginx”) failed [How to Fix]
- How to Solve docker /docker-entrypoint.sh Error
- [Solved] Nginx: [error] open() "/usr/local/Nginx/logs/Nginx.pid
- [Solved] Nginx Startup Error: nginx: [alert] could not open error log file: open() “/usr/local/nginx/logs/error.log“ failed
- [Solved] Nginx Restart Error: nginx: [error] open() “/usr/local/nginx/logs/nginx.pid” failed (2: No such file or directory)
- [Solved] ERR:/usr/local/lib/libcrypto.so.1.0.0: no version information available
- [Solved] Nginx Log Error: open() “/opt/Nginx/nginx/nginx.pid” failed (2: No such file or directory)