From b72d29c792c853958b549a87f1b9d2c6abcf62c0 Mon Sep 17 00:00:00 2001 From: Erik Mathis Date: Wed, 13 Sep 2017 11:04:36 -0400 Subject: [PATCH] Noted that multiple admin used can be specified. https://groups.google.com/d/msg/proxysql/Di6szGG76wk/xoTbjUmQAgAJ --- doc/global_variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/global_variables.md b/doc/global_variables.md index a399449e0..a312f8236 100644 --- a/doc/global_variables.md +++ b/doc/global_variables.md @@ -28,7 +28,7 @@ Next, we're going to explain each type of variable in detail. ### `admin-admin_credentials` -This is a colon separated user:password pair, that can be used to authenticate to the admin interface with read-write rights. For read-only credentials that can be used to connect to the admin, see the variable `admin-stats_credentials`. Note that the admin interface listens on a separate port from the main ProxySQL thread. This port is controlled through the variable `admin-mysql_ifaces`. +This is a colon separated user:password pair, that can be used to authenticate to the admin interface with read-write rights. For read-only credentials that can be used to connect to the admin, see the variable `admin-stats_credentials`. Note that the admin interface listens on a separate port from the main ProxySQL thread. This port is controlled through the variable `admin-mysql_ifaces`. You can specify multiple username and password pairings seprated by a semicolon ";" Default value: `admin:admin`.