MySqlConnectionInfo interface   
Information for connecting to MySQL server
- Extends
Properties
| additional | Additional connection settings | 
| authentication | Authentication type to use for connection | 
| data | Data source | 
| encrypt | Whether to encrypt the connection | 
| port | Port for Server | 
| server | Name of the server | 
| type | Polymorphic discriminator, which specifies the different types this object can be | 
Property Details
		additionalSettings
	 
	Additional connection settings
additionalSettings?: stringProperty Value
string
authentication
Authentication type to use for connection
authentication?: stringProperty Value
string
		dataSource
	 
	Data source
dataSource?: stringProperty Value
string
		encryptConnection
	 
	Whether to encrypt the connection
encryptConnection?: booleanProperty Value
boolean
port
Port for Server
port: numberProperty Value
number
		serverName
	 
	Name of the server
serverName: stringProperty Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "MySqlConnectionInfo"Property Value
"MySqlConnectionInfo"