How to Update or Change Password for a Single User in MySQL and Reload Privileges

How to Update or Change Password for a Single User in MySQL and Reload Privileges

Note: This article will be emailed to your friend.

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:

1) Login to the MySQL server, type the following command at the shell prompt:
$ mysql -u root -p
2) Use the mysql database (type commands at the mysql> prompt):
mysql> [...]

Read the rest of this article (95 words)

Please fill in the following fields

* - Required

Your Name: *

Your E-Mail: *

Your Remarks:

Friend's Name: *

Friend's E-Mail: *

Protected by Comment Guard Pro