aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAokromes <Aokromes@users.noreply.github.com>2016-07-02 13:20:18 +0200
committerGitHub <noreply@github.com>2016-07-02 13:20:18 +0200
commit54881d22969c0c10f098ce697878b22bae8076a9 (patch)
treefc930cb11cf2fc4af1173cca422a5560a1f6d4d4 /src
parentef396877ae68e6f71638b1da961a295131feb8da (diff)
Update worldserver.conf.dist
Diffstat (limited to 'src')
-rw-r--r--src/server/worldserver/worldserver.conf.dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist
index 2bf6b42d703..ad225ac77d5 100644
--- a/src/server/worldserver/worldserver.conf.dist
+++ b/src/server/worldserver/worldserver.conf.dist
@@ -99,6 +99,12 @@ LogsDir = ""
# "127.0.0.1;3306;trinity;trinity;world" - (WorldDatabaseInfo)
# "127.0.0.1;3306;trinity;trinity;characters" - (CharacterDatabaseInfo)
# "127.0.0.1;3306;trinity;trinity;hotfixes" - (HotfixDatabaseInfo)
+#
+# Don't change hostname unless you are hosting mysql on a different machine, if you need help
+# with configuration allowing to connect from diferent machine than the one running server
+# search for TCE00016 on forum.
+# Don't open port on firewall to external connections (it belongs to mysql, not to wow server).
+# The username you choice must have permisions to create/alter/rename tables.
LoginDatabaseInfo = "127.0.0.1;3306;trinity;trinity;auth"
WorldDatabaseInfo = "127.0.0.1;3306;trinity;trinity;world"