diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-06-17 20:59:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-17 20:59:18 +0200 |
| commit | 9d8dbb7510398ac640be5777fb9cfae4e95417c4 (patch) | |
| tree | a5290e095a99b95b43eff1cae4d6a1f9d7addbd3 /docs/database-management-tool.md | |
| parent | f9af9c30ca69e397e386d2198e41edf66c4e5429 (diff) | |
| download | wiki-9d8dbb7510398ac640be5777fb9cfae4e95417c4.tar.gz wiki-9d8dbb7510398ac640be5777fb9cfae4e95417c4.tar.bz2 wiki-9d8dbb7510398ac640be5777fb9cfae4e95417c4.zip | |
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.
Diffstat (limited to 'docs/database-management-tool.md')
| -rw-r--r-- | docs/database-management-tool.md | 11 |
1 files changed, 11 insertions, 0 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) |
