MySQL as Target - DSS 6 | Data Source Solutions Documentation

Documentation: MySQL as Target - DSS 6 | Data Source Solutions Documentation

MySQL as Target

Data Source Solutions DSS supports integrating changes into MySQL location (including Amazon RDS for MySQL). This section describes the configuration requirements for integrating changes (using Integrate and Refresh) into MySQL location. For the list of supported MySQL database versions into which DSS can integrate changes, see Integrate changes into location in Capabilities.

In MySQL bi-directional channel, Bulk Refresh may result in looping truncates on either side of the bi-directional channel. For a workaround, see section MySQL Bi-directional Replication.

Grants for Integrate and Refresh

This section lists the grants required for integrating changes into MySQL.

  • The DSS database User must be granted the <b>select</b>, <b>insert</b>, <b>update</b>, and <b>delete</b> privileges to read and change replicated tables.

    grant select, insert, update, delete on <em>tbl</em> to <em>username</em>
    
  • The DSS database User must be granted permission to create and drop the DSS state tables.

Intermediate Directory

{% partial file="dss6/requirements/source-and-target-requirements/intermediate-directory.template.md" /%}

Intermediate Directory is Local

{% partial file="dss6/requirements/source-and-target-requirements/intermediate-directory-local.template.md" /%}