MySQL Specific Properties
This section describes the connection properties that are specific to the MySQL data source.
|
Port |
Port number for the data source to connect with the host. The Port number for MySQL is 3306. Default is 3306 or the base port setting plus eight, depending on the MySQL instance. |
|
If selected (default), streams the result set row by row from MySQL to TDV. If not selected, MySQL does not send results to TDV until all results are gathered. For details, see the README.txt file in MySQL JDBC adapter’s docs directory. |