summaryrefslogtreecommitdiff
path: root/docs/Database-Setup.md
diff options
context:
space:
mode:
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.