1
0
mirror of synced 2025-12-23 21:03:15 -05:00

GitBook: [master] 111 pages modified

This commit is contained in:
Shrif Nada
2021-01-26 04:14:55 +00:00
committed by gitbook-bot
parent 9c98e94fe4
commit ff458bbd9d
13 changed files with 753 additions and 93 deletions

View File

@@ -69,3 +69,4 @@ GRANT SELECT ON <database name>.* TO 'airbyte'@'%';
You can limit this grant down to specific tables instead of the whole database. Note that to replicate data from multiple MySQL schemas, you can re-run the command above to grant access to all the relevant schemas, but you'll need to set up multiple sources connecting to the same db on multiple schemas.
Your database user should now be ready for use with Airbyte.