summaryrefslogtreecommitdiff
path: root/docs/database-installation.md
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2022-04-18 19:18:52 +0200
committerGitHub <noreply@github.com>2022-04-18 19:18:52 +0200
commit5c78fd2223d4b73c2b3f1ace9374570154c801f5 (patch)
tree23947798ebc33e3472fbaaa814d043518fb143aa /docs/database-installation.md
parent9c36f139c7bf454c21da4abf52af173ba9de2116 (diff)
downloadwiki-5c78fd2223d4b73c2b3f1ace9374570154c801f5.tar.gz
wiki-5c78fd2223d4b73c2b3f1ace9374570154c801f5.tar.bz2
wiki-5c78fd2223d4b73c2b3f1ace9374570154c801f5.zip
chore: idiot proofing
Diffstat (limited to 'docs/database-installation.md')
-rw-r--r--docs/database-installation.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/database-installation.md b/docs/database-installation.md
index c95bd67..1f6f21c 100644
--- a/docs/database-installation.md
+++ b/docs/database-installation.md
@@ -21,12 +21,9 @@ You would need to use one MySQL root account with your MySQL client or with MySQ
## Populating the database
-You can choose to populate the database in two ways:
-- Automatic Database Updater (default, recommended)
-
If you want to know how the SQL directory works or plan to have custom changes we recommend you read [this](sql-directory).
-### Automatic Database Updater (default, recommended)
+#### Automatic Database Updater
By default the Worldserver and Authserver will check for, and import all new files into the database you specified in the config.
@@ -34,6 +31,9 @@ This is the easiest and recommended way to make sure you are always up-to-date w
To edit the automatic database updater you will find the neccessary settings in authserver.conf and worldserver.conf under [UPDATE SETTINGS](https://github.com/azerothcore/azerothcore-wotlk/commit/2d2857ce81db5297eb63d388d2e2f252ef52412d#diff-56b141374cf0384a2887c9fd490c6a79a3d2f31fb020ee0e423a5685344b59d3R30).
+1. Start Authserver.
+2. Start Worldserver.
+
<br>
## Help