summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-08-06 02:34:20 +0200
committerYehonal <yehonal.azeroth@gmail.com>2020-08-06 19:44:38 +0200
commit7eaa157be2bcddabb6130da13b5bc3c7b09b581f (patch)
tree4cfbabb22f249dfb6cbc8b1604580f5fa92d9bd8 /docs
parent2661418d46b2fd31e60d46a789142308906d1e17 (diff)
downloadwiki-7eaa157be2bcddabb6130da13b5bc3c7b09b581f.tar.gz
wiki-7eaa157be2bcddabb6130da13b5bc3c7b09b581f.tar.bz2
wiki-7eaa157be2bcddabb6130da13b5bc3c7b09b581f.zip
doc: for feature/bash-support-derivated-distro
https://github.com/azerothcore/azerothcore-wotlk/pull/3259
Diffstat (limited to 'docs')
-rw-r--r--docs/Database-Setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Database-Setup.md b/docs/Database-Setup.md
index a1232ad..ad5a502 100644
--- a/docs/Database-Setup.md
+++ b/docs/Database-Setup.md
@@ -4,7 +4,7 @@ You can setup the database manually or using the automated script.
### Edit script configuration
-- Copy the file `conf/config.sh.dist` to `conf/config.sh`
+- Copy the file `conf/dist/config.sh` to `conf/config.sh`
- Open the `conf/config.sh` with any text editor
- Go to the secion `DB EXPORTER/IMPORTER CONFIGURATIONS`
- Edit the variables accordingly, e.g. you most likely need to edit `MYSQL_USER` and `MYSQL_PASS` variables putting your mysql server settings.