Skip to content

Commit

Permalink
Fix conductorone ref in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jirwin committed Nov 17, 2022
1 parent 63111ac commit 4d0054a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GRANT SELECT (FROM_HOST, FROM_USER, TO_HOST, TO_USER, WITH_ADMIN_OPTION) ON mysq
```
3. Grant your new user SELECT on each of the databases that you would like the connector to scan. In all likelihood, you will want this to be all databases. The connector does not look at any data within the databases, but `SELECT` is required in order to introspect the various schemas.
```mysql
GRANT SELECT ON *.* TO conductorone;
GRANT SELECT ON *.* TO baton;
```

## Tips
Expand Down

0 comments on commit 4d0054a

Please sign in to comment.