Skip to content

Instantly share code, notes, and snippets.

@backroot
Last active November 28, 2018 09:12
Show Gist options
  • Save backroot/006d669a0cd84d7aaec7ff39969d6ef1 to your computer and use it in GitHub Desktop.
Save backroot/006d669a0cd84d7aaec7ff39969d6ef1 to your computer and use it in GitHub Desktop.
create user USER_NAME identified by 'password';
grant all privileges on DB_NAME.* to 'USER_NAME'@'%';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment