Skip to content

Instantly share code, notes, and snippets.

@theam
Created October 29, 2009 02:24
Show Gist options
  • Select an option

  • Save theam/221059 to your computer and use it in GitHub Desktop.

Select an option

Save theam/221059 to your computer and use it in GitHub Desktop.
Dar privilegios a una aplicación Rails
GRANT ALL PRIVILEGES ON myapplication.* TO 'myapplication'@'localhost' IDENTIFIED BY 'some_pass' WITH GRANT OPTION;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment