Skip to content

Commit

Permalink
Merge branch 'v1.4.3' of https://github.com/sysown/proxysql into v1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renecannao committed Sep 13, 2017
2 parents d8c08fe + a214ef2 commit 8a8e681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/global_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 8a8e681

Please sign in to comment.