Document ColumnStore requirements for authentication
One extra grant is required if the backend servers use ColumnStore binaries.
This commit is contained in:
@ -1213,6 +1213,12 @@ GRANT SELECT ON mysql.* TO 'maxscale'@'maxscalehost';
|
|||||||
`mysql.*` in addition to the normal grants. This is to work around MDEV-13453
|
`mysql.*` in addition to the normal grants. This is to work around MDEV-13453
|
||||||
which was fixed in MariaDB 10.2.11.
|
which was fixed in MariaDB 10.2.11.
|
||||||
|
|
||||||
|
If you are using MariaDB ColumnStore, the follwing grant is requried.
|
||||||
|
|
||||||
|
```
|
||||||
|
GRANT ALL ON infinidb_vtable.* TO 'maxscale'@'maxscalehost';
|
||||||
|
```
|
||||||
|
|
||||||
See [MaxScale Troubleshooting](https://mariadb.com/kb/en/mariadb-enterprise/maxscale-troubleshooting/)
|
See [MaxScale Troubleshooting](https://mariadb.com/kb/en/mariadb-enterprise/maxscale-troubleshooting/)
|
||||||
for more information on how to troubleshoot authentication related problems.
|
for more information on how to troubleshoot authentication related problems.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user