From 0a5b83fcb0b08e664f3e6ec995b73a16c0811702 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Fri, 18 Dec 2020 01:51:56 +0100 Subject: docs: add database client page (#308) --- docs/Database-Manual-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Database-Manual-Setup.md') 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. -- cgit