diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-04-15 12:04:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-15 12:04:34 +0200 |
| commit | 890792004063f3754be3a1ed0e36c6787f0c9351 (patch) | |
| tree | 4cf1bdd17aff16f86cd9474c0fcc4bd78279e41b /docs/Database-client.md | |
| parent | d13a60f1aac8c132e781e6de8a620f251e0ac889 (diff) | |
| download | wiki-890792004063f3754be3a1ed0e36c6787f0c9351.tar.gz wiki-890792004063f3754be3a1ed0e36c6787f0c9351.tar.bz2 wiki-890792004063f3754be3a1ed0e36c6787f0c9351.zip | |
refactor(guide): Refactor installation guide (#427)
* Update Spell_system.md
* refactor(guide): Refactor installation guide
* Update Requirements.md
* Update Requirements.md
* da
* Update windows-requirements.md
* d
* test
* test
* windows
* windows
* help
* note to self: next windows
* core and server installation
* db
* finally
* Update client-setup.md
* Update final-server-steps.md
* Update windows-core-installation.md
* Update core-installation.md
* last
* Update database-installation.md
* Update database-installation.md
* Update server-setup.md
* Rename Requirements.md to requirements.md
* Y
* f
* ad
* Update windows-core-installation.md
* d
* Update installation-guide.md
* Update linux-requirements.md
Ubuntu installation with seperate MariaDB and Oracle MySQL
* Remove account
* Update installation-guide.md
* Update installation-guide.md
* Update installation-guide.md
Co-authored-by: Nolt <nolt@users.noreply.github.com>
Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
Diffstat (limited to 'docs/Database-client.md')
| -rw-r--r-- | docs/Database-client.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/docs/Database-client.md b/docs/Database-client.md deleted file mode 100644 index a99470e..0000000 --- a/docs/Database-client.md +++ /dev/null @@ -1,23 +0,0 @@ -## 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. - |
