phpmyadmin access denied message

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

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
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.