Skip to content

Instantly share code, notes, and snippets.

@danitome24
Last active March 18, 2018 08:49
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 danitome24/4752b15c3f33fa49cf58779b276199c7 to your computer and use it in GitHub Desktop.
Save danitome24/4752b15c3f33fa49cf58779b276199c7 to your computer and use it in GitHub Desktop.
CREATE USER 'nombre_usuario'@'localhost' IDENTIFIED BY 'tu_contrasena';
GRANT ALL PRIVILEGES ON * . * TO 'nombre_usuario'@'localhost';
FLUSH PRIVILEGES;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment