aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <jipr@hotmail.com>2013-06-05 12:37:11 +0300
committerAokromes <jipr@hotmail.com>2013-06-05 12:37:11 +0300
commit3d88bf4de0d720e4429929541166e8922a39cc1d (patch)
tree43a24e020529f2153ffdd86b258bc20b4b07d7d1
parent3f35182369c04e627c613fef698efb91bd779683 (diff)
Update README
-rw-r--r--README27
1 files changed, 20 insertions, 7 deletions
diff --git a/README b/README
index 3eea1dccdc5..3621479b195 100644
--- a/README
+++ b/README
@@ -41,13 +41,26 @@ project website at http://www.TrinityCore.org
Documentation including installation instructions can be found inside
the doc directory.
-SQL files to create the database can be found in the sql/create and sql/base directory.
-You need to download world database from http://www.trinitycore.org/f/files/ be sure you get the higher numbered database.
-When installing a core the 1st time you need to import also the files at sql/updates/world directory.
-To save time importing multiple files, you can use copy *.sql world_updates.sql under Windows or cat *.sql > world_updates under Linux.
-You need to update your core (recompile and overwrite binaries) when updating your database, usually you can't use one older core with a newer database or a newer core with a older database.
-When updating your core you also need to import the files at sql/updates/auth and sql/updates/characters along with sql/updates/world files.
-You can't merge all the sql files on sql/updates into a single file, because they belong to 3 different databases and they don't use database name.
+SQL files to create the databases can be found in the sql/create and
+sql/base directories.
+You need to run sql/create/create_mysql.sql 1st and then
+sql/base/auth_database.sql and sql/base/auth_database.sql
+You need to download world database from http://www.trinitycore.org/f/files/
+be sure you get the higher numbered database.
+When installing a core the 1st time you need to import also the files at
+sql/updates/world directory.
+sql/updates/auth and sql/updates/characters databases only needs to be run
+when updating one existing server.
+To save time importing multiple files, you can use copy *.sql world_updates.sql
+under Windows or cat *.sql > world_updates under Linux.
+
+You need to update your core (recompile and overwrite binaries) when updating
+your database, usually you can't use one older core with a newer database or a
+newer core with a older database.
+When updating your core you also need to import the files at sql/updates/auth
+and sql/updates/characters along with sql/updates/world files.
+You can't merge all the sql files on sql/updates into a single file, because
+they belong to 3 different databases and they don't use database name.
TrinityCore Requirements
Platform: Linux, Windows or Mac