From b2cacbb4b0cc440282d3b677d42e1a183e72b9c1 Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Tue, 15 Mar 2016 10:35:39 +0200 Subject: [PATCH] Added a note about changed service user permissions to release notes The added extra grants required by each service user was not mentioned in the release notes and would only have been found out after an upgrade. --- Release-Notes/MaxScale-1.4.0-Release-Notes.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Release-Notes/MaxScale-1.4.0-Release-Notes.md b/Release-Notes/MaxScale-1.4.0-Release-Notes.md index 67acc2785..98b3cdcfc 100644 --- a/Release-Notes/MaxScale-1.4.0-Release-Notes.md +++ b/Release-Notes/MaxScale-1.4.0-Release-Notes.md @@ -39,6 +39,19 @@ The _qlafilter_, the _topfilter_ and the _namedserverfilter_ now accept _extended_ as a filter option, which enables the POSIX Extended Regular Expression syntax. + +### Improved user grant detection + +MaxScale now allows users with only table level access to connect with +a default database. The service users will require SELECT privileges on +the `mysql.tables_priv` table: + +``` +GRANT SELECT ON mysql.tables_priv TO 'maxscale'@'maxscalehost' +``` +For more information, refer to the configuration guide: +[MaxScale Configuration Guide](../Getting-Started/Configuration-Guide.md#service). + ## Removed Features * MaxScale no longer supports SSLv3.