From f41cbaf2fc654c290ebcafaef575613f16e480b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 15 Jun 2018 10:14:37 +0300 Subject: [PATCH] Update MaxScale-Tutorial.md Added a clarifying comment about where the users must be created. --- Documentation/Tutorials/MaxScale-Tutorial.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/Tutorials/MaxScale-Tutorial.md b/Documentation/Tutorials/MaxScale-Tutorial.md index 6cb09c4fb..81e0ec9fc 100644 --- a/Documentation/Tutorials/MaxScale-Tutorial.md +++ b/Documentation/Tutorials/MaxScale-Tutorial.md @@ -25,7 +25,8 @@ when you select the distribution you are downloading from. After installation, we need to create a database user. We do this as we need to connect to the backend databases to retrieve the user authentication -information. To create this user, execute the following SQL commands. +information. To create this user, execute the following SQL commands on +the master server of your database cluster. ``` CREATE USER 'maxscale'@'%' IDENTIFIED BY 'maxscale_pw';