I installed wamp 2.1 on windows 7. However when i open phpMyAdmin, I get the error, Mysql \'No Provileges\'. I uninstalled wamp and reinstalled it a few times, but it doesn\
right click on the wamp icon and goto mysql console.
Login with password if you have set any.By default the password is blank and username is 'root'
Once you are in mysql prompt execute
FLUSH PRIVILEGES;
now quit the command prompt and you are good to go.