From 4f735f2e845cbefec3615a6e6464ecc3aa5b9c4d Mon Sep 17 00:00:00 2001 From: GericFo <52211274+gericfo@users.noreply.github.com> Date: Mon, 25 Nov 2024 16:13:10 +0100 Subject: [PATCH] Update MySQL documentation link for V1.7 Update MySQL documentation link for V1.7 --- basics/installation/localhost.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/installation/localhost.md b/basics/installation/localhost.md index 52a59aecd4..85fd05fdbe 100644 --- a/basics/installation/localhost.md +++ b/basics/installation/localhost.md @@ -62,7 +62,7 @@ We assume you have root access to `phpMyAdmin`, and you're using version 4.x. ### From the command line The database must be created with 4-Byte UTF-8 encoding (`utf8mb4_general_ci`). -For information on installation and configuring MySQL see the [MySQL 5.6 documentation](https://dev.mysql.com/doc/refman/5.6/en/). +For information on installation and configuring MySQL see the [MySQL documentation](https://dev.mysql.com/doc/refman/5.6/en/). Connect as root to your MySql server. In this example our root user is called `adminusername`: ```bash