Created
April 3, 2023 13:37
-
-
Save wipermail/0a48be71fbdabd8935e868c0fe5b5092 to your computer and use it in GitHub Desktop.
change password mysql user
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ALTER USER 'userName'@'localhost' IDENTIFIED BY 'New-Password-Here'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment