diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2019-10-12 22:37:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-12 22:37:36 +0200 |
| commit | 278b124e2c62f451e05c22dcada9b7e500926818 (patch) | |
| tree | 65132437caa0fc67842ff0114757e989ebe9e6f7 /docs/Database-Setup.md | |
| parent | 7f77dab6d7a9c971f1574b248ee873d024c6b740 (diff) | |
| download | wiki-278b124e2c62f451e05c22dcada9b7e500926818.tar.gz wiki-278b124e2c62f451e05c22dcada9b7e500926818.tar.bz2 wiki-278b124e2c62f451e05c22dcada9b7e500926818.zip | |
Update Database-Setup.md
Diffstat (limited to 'docs/Database-Setup.md')
| -rw-r--r-- | docs/Database-Setup.md | 3 |
1 files changed, 2 insertions, 1 deletions
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. |
