From d3d8ad8f58fcc18d25b3caffcd6d8d21d6ad78a1 Mon Sep 17 00:00:00 2001 From: KaiboshOz <16894159+KaiboshOz@users.noreply.github.com> Date: Fri, 18 Oct 2019 02:44:48 +1100 Subject: [PATCH] username-host field - clarify use of '%' (#10347) * username-host field - clarify use of '%' Clarify that '%' is used in host field when wanting to connect *from* multiple hosts * :pencil2: Tweak --- source/_addons/mariadb.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_addons/mariadb.markdown b/source/_addons/mariadb.markdown index a945d69f12b..844f77a88ae 100644 --- a/source/_addons/mariadb.markdown +++ b/source/_addons/mariadb.markdown @@ -41,7 +41,7 @@ logins: required: true type: string host: - description: Host for account. If you need an account on multiple hosts, use '%'. + description: Host for account. Use '%', to accept connections for this account from any host. required: true type: string password: