mirror of
https://github.com/datahub-project/datahub.git
synced 2025-07-05 16:22:17 +00:00
7 lines
278 B
Markdown
7 lines
278 B
Markdown
![]() |
### 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.
|