In the phpmyadmin folder there is a config.inc.php file.
File Path - C: \ wamp \ apps \ phpmyadmin4.0.4
Change cookie 'auth_type' to 'config' or 'http'
$ cfg ['Servers'] [$ i] ['auth_type'] = 'cookie';
$cfg['Servers'][$i]['auth_type'] = 'config';
or
$cfg['Servers'][$i]['auth_type'] = 'http';
When you go to phpmyadmin, you will be asked to enter your username and password. It also protects external users from accessing your phpmyadmin application if you have a web server open to external connections.
brianb Jul 04 2018-12-12T00: 00Z
source share