summaryrefslogtreecommitdiff
path: root/docs/Database-Setup.md
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2020-12-18 01:51:56 +0100
committerGitHub <noreply@github.com>2020-12-18 01:51:56 +0100
commit0a5b83fcb0b08e664f3e6ec995b73a16c0811702 (patch)
treebe3d168f42c445a4fa3cc0d461b1321f2023372b /docs/Database-Setup.md
parentab417ce6888a1e418916e65a6bdcaa2ae22e2e1b (diff)
downloadwiki-0a5b83fcb0b08e664f3e6ec995b73a16c0811702.tar.gz
wiki-0a5b83fcb0b08e664f3e6ec995b73a16c0811702.tar.bz2
wiki-0a5b83fcb0b08e664f3e6ec995b73a16c0811702.zip
docs: add database client page (#308)
Diffstat (limited to 'docs/Database-Setup.md')
-rw-r--r--docs/Database-Setup.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Database-Setup.md b/docs/Database-Setup.md
index 229e073..834776e 100644
--- a/docs/Database-Setup.md
+++ b/docs/Database-Setup.md
@@ -1,5 +1,9 @@
You can setup the database manually or using the automated script.
+## Get a Database client
+
+We recommend to get a database client to operate to your DB easily, see [this page](Database-client.md).
+
## How to setup the AzerothCore DB using the automated script
### Use the default configurations:
@@ -42,4 +46,6 @@ If you don't want to use the default acore user, then you can change the configu
-----------
+## How to setup the AzerothCore DB manually
+
Alternatively, you could also [set up your DB manually](Database-Manual-Setup.md) but this process is harder and not recommended for beginners.