MySqlConnectionInfo interface
Information for connecting to MySQL server
Properties
password | Password credential. |
port | Port for Server |
server |
Name of the server |
type | Polymorphic Discriminator |
user |
User name |
Property Details
password
Password credential.
password?: string
Property Value
string
port
Port for Server
port: number
Property Value
number
serverName
Name of the server
serverName: string
Property Value
string
type
Polymorphic Discriminator
type: "MySqlConnectionInfo"
Property Value
"MySqlConnectionInfo"
userName
User name
userName?: string
Property Value
string