All the time i'm trying to open phpMyAdmin in wamp server and trying to login by the default username and password i.e. 'root' and '' respectively it's showing the same error.
1045 - Access denied for user 'root'@'localhost' (using password: NO)
phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in your configuration and make sure that they correspond to the information given by the administrator of the MySQL server.
Even after uninstalling wamp and then reinstalling it's showing the same error.
i have gone through the entire post related to the issue and everywhere its asked to login using username =root and password ="NULL" but that doesn't work for me.