From e6ad30e7abaefcc30e8efda7c604bbb47ddcf17d Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Fri, 30 Oct 2015 21:02:14 +0200 Subject: [PATCH] Fix to MXS-437: https://mariadb.atlassian.net/browse/MXS-437 Maxinfo now allows users to flush logs and change the server status through the MySQL interface. --- Tutorials/MaxScale-Information-Schema.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tutorials/MaxScale-Information-Schema.md b/Tutorials/MaxScale-Information-Schema.md index 66bb3ab5b..fcbcd3937 100644 --- a/Tutorials/MaxScale-Information-Schema.md +++ b/Tutorials/MaxScale-Information-Schema.md @@ -67,6 +67,8 @@ Uptime: 72 Threads: 1 Sessions: 11 The SQL command used to interact with maxinfo is the show command, a variety of show commands are available and will be described in the following sections. +Maxinfo also supports the `FLUSH LOGS`, `SET SERVER ` and `CLEAR SERVER ` commands. These behave the same as their MaxAdmin counterpart. + ## Show variables The show variables command will display a set of name and value pairs for a number of MaxScale system variables.