- Timestamp:
- 11/19/08 13:25:33 (17 years ago)
- Location:
- trunk/sql
- Files:
-
- 1 added
- 1 removed
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/sql/Makefile.am
r23 r33 29 29 # Install basic SQL files to datadir 30 30 pkgdata_DATA = \ 31 mangos.sql \31 world.sql \ 32 32 realmd.sql \ 33 33 characters.sql \ … … 41 41 drop_mysql.sql \ 42 42 characters.sql \ 43 mangos.sql \43 world.sql \ 44 44 realmd.sql -
trunk/sql/tools/README
r2 r33 1 = MaNGOS -- README=1 = Trinity Core -- Database cleanup tools = 2 2 3 Copyright ( c) 2005-2008 MaNGOS <http://www.mangosproject.org/>3 Copyright (C) Trinity Core (http://www.trinitycore.org) 4 4 5 5 See the COPYING file for copying conditions. 6 6 7 == Database tools == 8 This folder contains SQL files which can be used for cleanup DB from corrupted or outdated data in safe way. 9 This tools must be used _only_ when mangos server stopped. 10 But you can safely use its any times while server shutdown. 7 These tools can be used to clean a corrupted database. They 8 should only be used when the sevrer is CLOSED.