Skip to content

SQL: GRANT ALL *.* in wrong order #11754

@mesbahtanvir

Description

@mesbahtanvir

Describe the issue
On file, /docs/en/operations/access-rights.md under usage section, the SQL is given as
GRANT ALL ON *.* WITH GRANT OPTION TO admin_user_account. It should be GRANT ALL ON *.* TO admin_user_account WITH GRANT OPTION
Additional context
..

Metadata

Metadata

Assignees

Labels

comp-documentationDocumentation (docs, examples, READMEs).

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions