MXS-2275 Fix typo in documentation

This commit is contained in:
Johan Wikman 2019-02-01 11:04:38 +02:00
parent b582119d27
commit 0ee63578d0

View File

@ -62,7 +62,7 @@ You can give the necessary grants using the following commands:
GRANT SELECT ON system.nodeinfo TO 'myuser'@'%';
GRANT SELECT ON system.softfailed_nodes TO 'myuser'@'%';
```
Further, if you want be able to _softfail_ and _unsoftfail_a node via MaxScale,
Further, if you want be able to _softfail_ and _unsoftfail_ a node via MaxScale,
then the monitor user must have `SUPER` privileges, which can be granted like:
```
GRANT SUPER ON *.* TO 'myuser'@'%';