Created
November 1, 2008 14:39
-
-
Save jeroenvandijk/21529 to your computer and use it in GitHub Desktop.
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
# after $ mysql -u ''adminusername'' -p | |
CREATE DATABASE ''databasename''; | |
GRANT ALL PRIVILEGES ON ''databasename''.* TO "''username''"@"''hostname''" IDENTIFIED BY "''password''"; | |
FLUSH PRIVILEGES; | |
EXIT | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment