From 5c78fd2223d4b73c2b3f1ace9374570154c801f5 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 18 Apr 2022 19:18:52 +0200 Subject: chore: idiot proofing --- docs/database-installation.md | 8 ++++---- 1 file 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. +
## Help -- cgit