MySQL as Target
Fivetran Local Data Processing supports integrating changes into MySQL location (including Amazon RDS for MySQL). This section describes the configuration requirements for integrating changes (using and ) into MySQL location. For the list of supported MySQL database versions into which Local Data Processing can integrate changes, see in .
- By default, Local Data Processing writes data into MySQL using and . Local Data Processing uses MariaDB's native Connector/C interface to write data into MySQL during and .
- You can also use and for writing data into MySQL. However, it is required to create staging files on a temporary location to perform and . For more information about staging, see section .
In MySQL bi-directional channel, may result in looping truncates on either side of the bi-directional channel. For a workaround, see section .
Grants for Integrate and Refresh
This section lists the grants required for integrating changes into MySQL.
The Local Data Processing database User must be granted the
select,insert,update, anddeleteprivileges to read and change replicated tables.grant select, insert, update, delete on tbl to usernamecontent_copyThe Local Data Processing database User must be granted permission to create and drop the Local Data Processing state tables.
Comments
0 comments
Please sign in to leave a comment.