Showing posts with label Mysql Change user password. Show all posts
Showing posts with label Mysql Change user password. Show all posts

Wednesday, 24 October 2018

Change a MySQL user password

How do I update a user’s password in my MySQL server?

For the user molly to change her password to TrckTrt, she would run this command from the shell:
mysqladmin -u molly -p password TrckTrt