Skip to content

Instantly share code, notes, and snippets.

@wipermail
Created April 3, 2023 13:37
Show Gist options
  • Save wipermail/0a48be71fbdabd8935e868c0fe5b5092 to your computer and use it in GitHub Desktop.
Save wipermail/0a48be71fbdabd8935e868c0fe5b5092 to your computer and use it in GitHub Desktop.
change password mysql user
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