Created
May 3, 2016 04:43
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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