I want to remove the password for user root in localhost. How can I do that? By mistake I have set the password of root user. That's why phpmyadmin is giving an error:
#1045 - Access denied for user 'root'@'localhost' (using password: NO)
|
I want to remove the password for user root in localhost. How can I do that? By mistake I have set the password of root user. That's why phpmyadmin is giving an error:
| |||||
feedback
|
|
You have to set a blank password using:
In this case I think you have to do something like:
| ||||
|
feedback
|
|
The MySQL documentation contains instructions on how to reset the root password in case you have forgotten it. | |||
|
feedback
|