phpmyadmin access denied message

Solutions on MaxInterview for phpmyadmin access denied message by the best coders in the world

showing results for - "phpmyadmin access denied message"
Gustave
22 Jul 2019
1Open the phpMyAdmin folder.
2
3Open the config.inc.php file with any text editor.
4
5Under “Authentication type and info,” and update the following lines:
6
7On $cfg['Servers'][$i]['auth_type'] = 'config'; replace config for cookie.
8
9On $cfg['Servers'][$i]['AllowNoPassword'] = true; replace true for false.