Access denied for user 'root'@'localhost' (using password: no)
The error may be caused due to password reset problem, You can solve the issue by following step
Step 1 :Open MYSQL CONSOLE for that go to Wamp icon on your Desktop
and Left click to open menu, you will see Mysql folder then click Mysql
folder you will see Mysql Console
Step 2: Type the following command in Console
UPDATE mysql.user SET Password=PASSWORD('YourNewpassw')
Where User='root';
Step 3: Then Flush the privilege by
FLUSH PRIVILEGES;
Step 4: Exit Console
Step 5: Go to Link
http://localhost/phpmyadmin/
Thnks very much
ReplyDelete