Skip to content

Commit

Permalink
doc(ingest): mysql - describe required grants (#4958)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored May 20, 2022
1 parent 79f369c commit 87ac8a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions metadata-ingestion/docs/sources/mysql/mysql.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### Prerequisites

In order to execute this source the user credentials needs the following privileges
- `grant select on DATABASE.* to 'USERNAME'@'%'`
- `grant show view on DATABASE.* to 'USERNAME'@'%'`

`select` is required to see the table structure as well as for profiling.

0 comments on commit 87ac8a3

Please sign in to comment.