|
CommandTimeOut | | The CommandTimeOut attribute specifies the amount of time, in seconds, before the request to connect to the data source is presumed to have failed.
For most data sources, the default value is 60 seconds. For MySql, the default is 30 seconds. |
ID | | (Required) The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition. |
MySqlConnectionString | | A full connection string to the MySQL database.
If a value is defined, it will override all other settings for the connection element and use this string to connect to the database.
MySQL Parameter elements are still processed and added to the string. |
MySqlDatabase | | (Required) The name of the MySQL database. |
MySqlPassword | | The password for the MySQL database. |
MySqlPort | | The port address of the MySQL database.
Defaults to port 3306. |
MySqlServer | | (Required) The host name of the MySQL database. |
MySqlUser | | (Required) The user name for the MySQL database. |