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.
This commit is contained in:
Markus Makela 2016-03-15 10:35:39 +02:00
parent ce9af0f3c0
commit 059ba5a1cf

View File

@ -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.