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:
Installation of Zoom (videoconferencing tool) and Ubuntu 20.04
The following tutorial describes a very quick change of the terminal that starts by default on Ubuntu 20.04
Offset show applications at Ubuntu dock to start
Things to do after installing Ubuntu 19.10
X-Frame-Options Running a server with DirectAdmin





