Sunday, August 25, 2019

Mysql Password change


1.Open Mysql command prompt.
2.Enter old password.
3.Type this query and enter.
   " UPDATE mysql.user SET Password = PASSWORD ('newpassword') WHERE User = 'root'; "
4." FLUSH PRIVILEGES; " enter.
5. Use newpasswod and open Mysql.

No comments:

Post a Comment