Created
March 6, 2011 19:35
-
-
Save gdemir/857578 to your computer and use it in GitHub Desktop.
create-db
This file contains 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
create database DATABASE_NAME; | |
grant all privileges on DATABASE_NAME.* to 'USER_NAME'@'localhost' identified by "PASSWORD"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment