For versions released after 3.0.2150 please use the new MySQL connector.
If you are using a version of Data Sync released before 3.0.2150 then to connect to MySQL, use the ODBC Database connection with the MySQL ODBC Driver.
An example of the connection string you need to use to connect is:
Driver={MySQL ODBC 5.1 Driver};Server=<servername>;Port=3306;Database=<databasename>;User=<username>;Password=<password>;Option=3;
Property | Description |
---|---|
Credentials | The credentials used to connect to your MySQL Database |
Server Name | The MySQL Server name |
TCP Port | The TCP port to connect to |