From 0a5b83fcb0b08e664f3e6ec995b73a16c0811702 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Fri, 18 Dec 2020 01:51:56 +0100 Subject: docs: add database client page (#308) --- docs/Database-Setup.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/Database-Setup.md') 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. -- cgit