-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the name of the pwnedhub-config database to pwnedhub-admin.
Updated the title of all PwnedAdmin applications.
- Loading branch information
1 parent
1bf719a
commit 2c3c0a2
Showing
14 changed files
with
21 additions
and
24 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
-- Setup databases and users | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-test`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-config`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-admin`; | ||
CREATE USER 'pwnedhub'@'%' IDENTIFIED BY 'dbconnectpass'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-test` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-config` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-admin` . * TO 'pwnedhub'@'%'; |
4 changes: 2 additions & 2 deletions
4
database/cs/04-pwnedhub-config.sql → database/cs/04-pwnedhub-admin.sql
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
-- Setup databases and users | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-test`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-config`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-admin`; | ||
CREATE USER 'pwnedhub'@'%' IDENTIFIED BY 'dbconnectpass'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-test` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-config` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-admin` . * TO 'pwnedhub'@'%'; |
4 changes: 2 additions & 2 deletions
4
database/ctf/04-pwnedhub-config.sql → database/ctf/04-pwnedhub-admin.sql
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
-- Setup databases and users | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-test`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-config`; | ||
CREATE DATABASE IF NOT EXISTS `pwnedhub-admin`; | ||
CREATE USER 'pwnedhub'@'%' IDENTIFIED BY 'dbconnectpass'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-test` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-config` . * TO 'pwnedhub'@'%'; | ||
GRANT ALL PRIVILEGES ON `pwnedhub-admin` . * TO 'pwnedhub'@'%'; |
4 changes: 2 additions & 2 deletions
4
database/init/04-pwnedhub-config.sql → database/init/04-pwnedhub-admin.sql
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
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
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
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
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
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
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
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
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