diff options
Diffstat (limited to 'sql')
-rw-r--r-- | sql/Makefile.am | 4 | ||||
-rw-r--r-- | sql/tools/README | 10 | ||||
-rw-r--r-- | sql/world.sql (renamed from sql/mangos.sql) | 0 |
3 files changed, 6 insertions, 8 deletions
diff --git a/sql/Makefile.am b/sql/Makefile.am index 782e9b61d21..f433e8fd2b6 100644 --- a/sql/Makefile.am +++ b/sql/Makefile.am @@ -28,7 +28,7 @@ pkgdatadir = $(datadir)/mangos/sql ## Files to be installed # Install basic SQL files to datadir pkgdata_DATA = \ - mangos.sql \ + world.sql \ realmd.sql \ characters.sql \ create_mysql.sql \ @@ -40,5 +40,5 @@ EXTRA_DIST = \ create_mysql.sql \ drop_mysql.sql \ characters.sql \ - mangos.sql \ + world.sql \ realmd.sql diff --git a/sql/tools/README b/sql/tools/README index de60305cece..83558cda7f0 100644 --- a/sql/tools/README +++ b/sql/tools/README @@ -1,10 +1,8 @@ -= MaNGOS -- README = += Trinity Core -- Database cleanup tools = -Copyright (c) 2005-2008 MaNGOS <http://www.mangosproject.org/> +Copyright (C) Trinity Core (http://www.trinitycore.org) See the COPYING file for copying conditions. -== Database tools == -This folder contains SQL files which can be used for cleanup DB from corrupted or outdated data in safe way. -This tools must be used _only_ when mangos server stopped. -But you can safely use its any times while server shutdown. +These tools can be used to clean a corrupted database. They +should only be used when the sevrer is CLOSED.
\ No newline at end of file diff --git a/sql/mangos.sql b/sql/world.sql index 7692f776c65..7692f776c65 100644 --- a/sql/mangos.sql +++ b/sql/world.sql |