Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created August 7, 2019 17:34
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 parzibyte/571e5569f3fb24f8b778436a08e308c8 to your computer and use it in GitHub Desktop.
Save parzibyte/571e5569f3fb24f8b778436a08e308c8 to your computer and use it in GitHub Desktop.
GRANT SELECT, INSERT, UPDATE, DELETE
ON base_de_datos.tabla TO
'usuario_que_creaste'@'localhost'
IDENTIFIED BY 'la_contraseña_que_pusiste';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment