Skip to content

Instantly share code, notes, and snippets.

@synackme
Created May 3, 2016 04:43
Show Gist options
  • Save synackme/b04ed3dcd2fe1562bec8654d8fc24bd2 to your computer and use it in GitHub Desktop.
Save synackme/b04ed3dcd2fe1562bec8654d8fc24bd2 to your computer and use it in GitHub Desktop.
Create new user in MySQL and give it full access to one database
GRANT ALL PRIVILEGES ON dbTest.* To 'user'@'hostname' IDENTIFIED BY 'password';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment