diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/database-management-tool.md | 11 | ||||
| -rw-r--r-- | docs/getting-started.md | 4 |
2 files changed, 13 insertions, 2 deletions
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)  |
