Skip to content

Instantly share code, notes, and snippets.

@sprohaszka
Created August 25, 2010 17:29
Show Gist options
  • Save sprohaszka/549918 to your computer and use it in GitHub Desktop.
Save sprohaszka/549918 to your computer and use it in GitHub Desktop.
Right user mysql
GRANT ALL PRIVILEGES ON Base.* TO userId@'%' IDENTIFIED BY 'Password';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment