diff options
Diffstat (limited to 'docs/Database-Setup.md')
| -rw-r--r-- | docs/Database-Setup.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Database-Setup.md b/docs/Database-Setup.md index 5685ef7..30fc259 100644 --- a/docs/Database-Setup.md +++ b/docs/Database-Setup.md @@ -13,6 +13,8 @@ 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) + - Run `bash apps/db_assembler/db_assembler.sh` - Select `import-all: Assemble & Import all` - Once the process is finished, you can exit the script. |
