<< Click to Display Table of Contents >> Navigation: Connectors > MySQL > Connection Parameters |
Connection String |
The connection string JDBC will use to connect to the DB, of the following form: jdbc:mysql://<hostname>:<port> e.g.: jdbc:mysql://172.16.10.231:3306
|
Username |
Username for the user through which DTS will connect to the DB. |
Password |
Password for the user. |
Schemas |
The names of the schemas/databases DTS should access, separated by commas. |
Schemas are optional
If the Schemas field is left empty, DTS will access all the databases in the instance that the specified user can.