From 7eaa157be2bcddabb6130da13b5bc3c7b09b581f Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 6 Aug 2020 02:34:20 +0200 Subject: doc: for feature/bash-support-derivated-distro https://github.com/azerothcore/azerothcore-wotlk/pull/3259 --- docs/Database-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Database-Setup.md') 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. -- cgit