Skip to content

Instantly share code, notes, and snippets.

@diegodorado
Created April 9, 2021 02:28
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 diegodorado/df72e2ab01a4afaa050265836ba92657 to your computer and use it in GitHub Desktop.
Save diegodorado/df72e2ab01a4afaa050265836ba92657 to your computer and use it in GitHub Desktop.
CREATE USER 'newuser'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON * . * TO 'newuser'@'localhost';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment