diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-08-06 02:34:20 +0200 |
|---|---|---|
| committer | Yehonal <yehonal.azeroth@gmail.com> | 2020-08-06 19:44:38 +0200 |
| commit | 7eaa157be2bcddabb6130da13b5bc3c7b09b581f (patch) | |
| tree | 4cfbabb22f249dfb6cbc8b1604580f5fa92d9bd8 | |
| parent | 2661418d46b2fd31e60d46a789142308906d1e17 (diff) | |
| download | wiki-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
| -rw-r--r-- | docs/Database-Setup.md | 2 |
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. |
