forked from TrinityCore/TrinityCore
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
146 changed files
with
27 additions
and
18 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
GRANT USAGE ON * . * TO 'trinity'@'localhost' IDENTIFIED BY 'trinity' WITH MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 ; | ||
|
||
CREATE DATABASE `world` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
CREATE DATABASE `world_434` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
|
||
CREATE DATABASE `characters` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
CREATE DATABASE `characters_434` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
|
||
CREATE DATABASE `auth` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
CREATE DATABASE `auth_434` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; | ||
|
||
GRANT ALL PRIVILEGES ON `world` . * TO 'trinity'@'localhost' WITH GRANT OPTION; | ||
GRANT ALL PRIVILEGES ON `world_434` . * TO 'trinity'@'localhost' WITH GRANT OPTION; | ||
|
||
GRANT ALL PRIVILEGES ON `characters` . * TO 'trinity'@'localhost' WITH GRANT OPTION; | ||
GRANT ALL PRIVILEGES ON `characters_434` . * TO 'trinity'@'localhost' WITH GRANT OPTION; | ||
|
||
GRANT ALL PRIVILEGES ON `auth` . * TO 'trinity'@'localhost' WITH GRANT OPTION; | ||
GRANT ALL PRIVILEGES ON `auth_434` . * TO 'trinity'@'localhost' WITH GRANT OPTION; |
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,21 +1,21 @@ | ||
REVOKE ALL PRIVILEGES ON * . * FROM 'trinity'@'localhost'; | ||
|
||
REVOKE ALL PRIVILEGES ON `world` . * FROM 'trinity'@'localhost'; | ||
REVOKE ALL PRIVILEGES ON `world_434` . * FROM 'trinity'@'localhost'; | ||
|
||
REVOKE GRANT OPTION ON `world` . * FROM 'trinity'@'localhost'; | ||
REVOKE GRANT OPTION ON `world_434` . * FROM 'trinity'@'localhost'; | ||
|
||
REVOKE ALL PRIVILEGES ON `characters` . * FROM 'trinity'@'localhost'; | ||
REVOKE ALL PRIVILEGES ON `characters_434` . * FROM 'trinity'@'localhost'; | ||
|
||
REVOKE GRANT OPTION ON `characters` . * FROM 'trinity'@'localhost'; | ||
REVOKE GRANT OPTION ON `characters_434` . * FROM 'trinity'@'localhost'; | ||
|
||
REVOKE ALL PRIVILEGES ON `auth` . * FROM 'trinity'@'localhost'; | ||
REVOKE ALL PRIVILEGES ON `auth_434` . * FROM 'trinity'@'localhost'; | ||
|
||
REVOKE GRANT OPTION ON `auth` . * FROM 'trinity'@'localhost'; | ||
REVOKE GRANT OPTION ON `auth_434` . * FROM 'trinity'@'localhost'; | ||
|
||
DROP USER 'trinity'@'localhost'; | ||
|
||
DROP DATABASE IF EXISTS `world`; | ||
DROP DATABASE IF EXISTS `world_434`; | ||
|
||
DROP DATABASE IF EXISTS `characters`; | ||
DROP DATABASE IF EXISTS `characters_434`; | ||
|
||
DROP DATABASE IF EXISTS `auth`; | ||
DROP DATABASE IF EXISTS `auth_434`; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- TDB 4.3.4-35 auth database | ||
UPDATE `updates` SET `state`='ARCHIVED'; |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
-- TDB 4.3.4-35 characters database | ||
UPDATE `updates` SET `state`='ARCHIVED'; |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
UPDATE `version` SET `db_version`='TDB 434.35', `cache_id`=35 LIMIT 1; | ||
|
||
UPDATE `updates` SET `state`='ARCHIVED'; |