From 278b124e2c62f451e05c22dcada9b7e500926818 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Sat, 12 Oct 2019 22:37:36 +0200 Subject: Update Database-Setup.md --- docs/Database-Setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/Database-Setup.md b/docs/Database-Setup.md index 30fc259..a1232ad 100644 --- a/docs/Database-Setup.md +++ b/docs/Database-Setup.md @@ -13,8 +13,9 @@ You can setup the database manually or using the automated script. **Note**: if you're using MySQL 5.7, first run `mysql -e "SET GLOBAL sql_mode = '';" -u root -p` first (replace `root` with your mysql user). -**Note**: if you're using Windows you must set-up MySQL as an Environment Variable using [this tutorial](http://www.azerothcore.org/wiki/Environment-Variable) +**Note**: if you're using Windows you must set-up MySQL as an Environment Variable using [this tutorial](http://www.azerothcore.org/wiki/Environment-Variable) and run the commands using **git bash** +- Make sure you are currently located in the `azerothcore-wotlk` directory - Run `bash apps/db_assembler/db_assembler.sh` - Select `import-all: Assemble & Import all` - Once the process is finished, you can exit the script. -- cgit