summaryrefslogtreecommitdiff
path: root/docs/Database-client.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-client.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-client.md')
-rw-r--r--docs/Database-client.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/Database-client.md b/docs/Database-client.md
new file mode 100644
index 0000000..a99470e
--- /dev/null
+++ b/docs/Database-client.md
@@ -0,0 +1,23 @@
+## Generic MySQL clients
+
+We recommend to use a generic client to access and manage your MySQL/MariaDB databases.
+
+With a MySQL client you can easily create/view/edit/delete your database/tables and their contents.
+
+Here's a list of free and open source clients (feel free to edit this page to suggest your favourite):
+
+- [HeidiSQL](http://www.heidisql.com) - works on Windows as well as on Linux using [wine](https://www.winehq.org/)
+- [DBeaver](https://dbeaver.io/) - cross-platform
+- [SequelAce](https://sequel-ace.com/) - for macOS, you can install it with `brew cask install sequel-ace`
+- [phpMyAdmin](https://www.phpmyadmin.net/) - web app written in PHP (cross-platform)
+
+
+## Official AzerothCore DB Editor: Keira3
+
+[Keira3](https://www.azerothcore.org/Keira3) is the official Database Editor of AzerothCore.
+
+It allows you to view and edit your world DB contents by automatically generating the SQL code that you need.
+
+Note that Keira3 is **not** meant to be used as a generic MySQL client,
+so we recommend to download Keira3 **and** one of the MySQL clients listed above. They serve different purposes.
+