From 9d8dbb7510398ac640be5777fb9cfae4e95417c4 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Thu, 17 Jun 2021 20:59:18 +0200 Subject: chore: Database management tool (#547) * chore: test * chore: Database Management Tool * Revert "chore: test" This reverts commit 4086c6734a939a9967fd192276db6f1a10427919. * Delete account_access.md * Revert "Delete account_access.md" This reverts commit 6f916845ef31dde334e3d5070834629c91cb8360. --- docs/database-management-tool.md | 11 +++++++++++ docs/getting-started.md | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 docs/database-management-tool.md (limited to 'docs') diff --git a/docs/database-management-tool.md b/docs/database-management-tool.md new file mode 100644 index 0000000..374225b --- /dev/null +++ b/docs/database-management-tool.md @@ -0,0 +1,11 @@ +# Databse Management Tool + +- mysql cli (Fastest) + +- [SQLYog Community Edition](https://github.com/webyog/sqlyog-community/wiki/Downloads) + +- [HeidiSQL](https://www.heidisql.com/download.php) (Best for beginners) + +- MySQL Workbench (already installed if you chose to install full MySQL package) + +- [DBeaver](https://dbeaver.io/) (Multiplattform Database Management Tool) diff --git a/docs/getting-started.md b/docs/getting-started.md index 9bca161..acc9eab 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -123,9 +123,9 @@ Sounds complicated? Give it a try and you'll see how it works. ### Download a MySQL client -You'll need a generic database client too in order to manage tables and their contents. +You'll need a generic database management tool too in order to manage tables and their contents. -- [azerothcore.org/wiki/Database-client](https://www.azerothcore.org/wiki/Database-client) +- [Database Management Tool](database-management-tool) ![AzerothCore world database viewed with sequel-ace](https://user-images.githubusercontent.com/75517/109370368-42750d80-78a0-11eb-946c-c0831a02b52b.png) -- cgit