I am using wamp server, and my phpMyAdmin page returned the following error.
Wamp server version:2.2 MySQL version:5.5.24
#1045 - Access denied for user 'root'@'localhost' (using password: YES)
I edited my config file, wamp\apps\phpmyadmin4.1.14\config.inc.php to:
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
But it did not solve the problem. Any help will be appreciated.
username = rootand thepassword = nothing(leave it blank)- RiggsFolly