Skip to content

Commit

Permalink
rols -> roles
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh authored and petoju committed Feb 20, 2021
1 parent 60f9b87 commit d1f3c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/grant.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ The following arguments are supported:
* `database` - (Required) The database to grant privileges on.
* `table` - (Optional) Which table to grant `privileges` on. Defaults to `*`, which is all tables.
* `privileges` - (Optional) A list of privileges to grant to the user. Refer to a list of privileges (such as [here](https://dev.mysql.com/doc/refman/5.5/en/grant.html)) for applicable privileges. Conflicts with `roles`.
* `roles` - (Optional) A list of rols to grant to the user. Conflicts with `privileges`.
* `roles` - (Optional) A list of roles to grant to the user. Conflicts with `privileges`.
* `tls_option` - (Optional) An TLS-Option for the `GRANT` statement. The value is suffixed to `REQUIRE`. A value of 'SSL' will generate a `GRANT ... REQUIRE SSL` statement. See the [MYSQL `GRANT` documentation](https://dev.mysql.com/doc/refman/5.7/en/grant.html) for more. Ignored if MySQL version is under 5.7.0.
* `grant` - (Optional) Whether to also give the user privileges to grant the same privileges to other users.

Expand Down

0 comments on commit d1f3c5c

Please sign in to comment.