summaryrefslogtreecommitdiff
path: root/docs/Database-Manual-Setup.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-Manual-Setup.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-Manual-Setup.md')
-rw-r--r--docs/Database-Manual-Setup.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Database-Manual-Setup.md b/docs/Database-Manual-Setup.md
index 15ff59f..65b2107 100644
--- a/docs/Database-Manual-Setup.md
+++ b/docs/Database-Manual-Setup.md
@@ -3,7 +3,7 @@
### MySQL client tool
-In order to set up your database, you can use whatever MySQL client you like. Some examples are [HeidiSQL](http://www.heidisql.com/download.php), [SequelPro](http://www.sequelpro.com/) and [phpMyAdmin](https://www.phpmyadmin.net/).
+In order to set up your database, you can use whatever MySQL client you like. Some examples [here](Database-client.md).
We will assume that you already know how to perform the basic tasks like creating a new database, selecting a database and importing a SQL dump file. If you don't, don't worry: it's very easy and you will find a lot of guides on Google, whatever MySQL client tool you're using.