Created
February 4, 2018 21:10
-
-
Save cwage/9866099ae633f29ec62562ab6cb46d6c to your computer and use it in GitHub Desktop.
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 namelayer character set latin1; | |
grant all privileges on namelayer.* to namelayer@localhost identified by 'changethis'; | |
create database citadel character set latin1; | |
grant all privileges on citadel.* to citadel@localhost identified by 'changethis'; | |
create database castlegates character set latin1; | |
grant all privileges on castlegates.* to castlegates@localhost identified by 'changethis'; | |
create database exilepearl character set latin1; | |
grant all privileges on exilepearl.* to exilepearl@localhost identified by 'changethis'; | |
create database jukealert character set latin1; | |
grant all privileges on jukealert.* to jukealert@localhost identified by 'changethis'; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment