Change PhpMyadmin Root Password in WAMP
Change PhpMyadmin Root Password in WAMP
Edit the default password from the privilege tab on phpmyadmin index page
http://localhost/phpmyadmin/
edit the user "root" with host "localhost" and add new password ..
or use the following link (assuming localhost is ur server name)
http://localhost/phpmyadmin/server_privileges.php?username=root&hostname=localhost&dbname=&tablename=
next find the file \wamp\apps\phpmyadmin\config.inc.php
and $cfg['Servers'][$i]['user'] = ‘root’; // MySQL user
$cfg['Servers'][$i]['password'] = ”; // MySQL password <– type your new root password and use ur new password there ....
save the file and Restart all the services ,,,,,,