Skip to content

Instantly share code, notes, and snippets.

@nghiahsgs
Created September 9, 2020 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghiahsgs/133b71d304b0c23c79ff28e65c87b414 to your computer and use it in GitHub Desktop.
Save nghiahsgs/133b71d304b0c23c79ff28e65c87b414 to your computer and use it in GitHub Desktop.
CREATE USER 'username'@'%' IDENTIFIED BY 'new-password';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment