How to Update or Change Password for a Single User in MySQL and Reload Privileges
MySQL stores usernames and passwords in the user table inside the MySQL database. You can directly update a password using the following method to update or change passwords:

