To connect to MySQL use the ODBC Database connection with the MySQL ODBC Driver.
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 |