how to fix phpmyadmin access denied

 '



Find config.inc file under C:\wamp\apps\phpmyadmin3.5.1 Inside this file find this one line

$cfg['Servers'][$i]['password'] =";

and replace it with

$cfg['Servers'][$i]['password'] = 'Type your root password here';

No comments:

Post a Comment

Angular URL serializer to properly handle URLs that start with query parameters directly (without a path adding trailing slashes Angular

 Example Code The key requirement: In the parse method, I added special handling for URLs that start with query parameters: If the URL start...

Best for you