Merge branch '2.2' into develop

This commit is contained in:
Markus Mäkelä
2018-06-20 14:43:03 +03:00
8 changed files with 78 additions and 6 deletions

View File

@ -959,6 +959,7 @@ name and grants suitable for database name authorization.
GRANT SELECT ON mysql.user TO 'maxscale'@'maxscalehost';
GRANT SELECT ON mysql.db TO 'maxscale'@'maxscalehost';
GRANT SELECT ON mysql.tables_priv TO 'maxscale'@'maxscalehost';
GRANT SELECT ON mysql.roles_mapping TO 'maxscale'@'maxscalehost';
GRANT SHOW DATABASES ON *.* TO 'maxscale'@'maxscalehost';
```