Categories
Coding PHP

Two simple way to Reset the Root Password – MySQL/wamp server

In MySQL, password can be change by various method. Here I am using two methods:- By using command line By using mysql command prompt If you have already a password, then the old password will be your password which is already set for user root. After the flush privileges it will automatically reload the updated…