Configure phpMyAdmin to use the authentication cookies
Below a very simple way to change the authorization phpmyadmin http cookie
Made in seconds.
Edit the configuration file of our phpmyadmin.
In the case of a server with DirectAdmin panel it is in the location:
1 | /var/www/html/phpMyAdmin/config.inc.php |
I make a change:
1 | $cfg['Servers'][$i]['auth_type'] = 'http'; |
na
1 | $cfg['Servers'][$i]['auth_type'] = 'cookie'; |
That's it 🙂
Related entries:
WordPress user password change via database
Starting TLS 1.3 w Nginx
SMPlayer Installing on Ubuntu
ping: socket: Operation not allowed - Solution!
Below is a solution to the problem that we will encounter when generating the LetsEncrypt certificate in the directadmin panel: Below is a solution to the problem that we will encounter when generating the LetsEncrypt certificate in the directadmin panel: -Below is a solution to the problem that we will encounter when generating the LetsEncrypt certificate in the directadmin panel





