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