MySqlConnectionInfo interface
Information for connecting to MySQL server
- Extends
Properties
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 |
Inherited Properties
password | Password credential. |
user |
User name |
Property Details
dataSource
Data source
dataSource?: string
Property Value
string
encryptConnection
Whether to encrypt the connection
encryptConnection?: boolean
Property Value
boolean
port
Port for Server
port: number
Property Value
number
serverName
Name of the server
serverName: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "MySqlConnectionInfo"
Property Value
"MySqlConnectionInfo"
Inherited Property Details
password
userName
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript