Skip to content

Instantly share code, notes, and snippets.

@rodde177
Created March 12, 2015 08:44
Show Gist options
  • Save rodde177/38c565b845845f8d5275 to your computer and use it in GitHub Desktop.
Save rodde177/38c565b845845f8d5275 to your computer and use it in GitHub Desktop.
Change db user permission
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES ON dbname.* to dbuser@localhost IDENTIFIED BY 'pwd';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment