Skip to content

Instantly share code, notes, and snippets.

@cwage
Created February 4, 2018 21:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cwage/9866099ae633f29ec62562ab6cb46d6c to your computer and use it in GitHub Desktop.
Save cwage/9866099ae633f29ec62562ab6cb46d6c to your computer and use it in GitHub Desktop.
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