Created
November 22, 2010 12:03
-
-
Save mdominiak/709868 to your computer and use it in GitHub Desktop.
create mysql database and user
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 new_vegas_prod default character set utf8; | |
grant all privileges on new_vegas_prod.* to new_vegas_prod@localhost identified by 'pass'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment