MySqlConnectionParameters Constructors
Contains parameters used to establish a connection to a MySQL server.| Name | Parameters | Description |
|---|---|---|
| MySqlConnectionParameters() | none | Initializes a new instance of the MySqlConnectionParameters class with the default settings. |
| MySqlConnectionParameters(String, String, String, String, Int32) | serverName, databaseName, userName, password, port | Initializes a new instance of the MySqlConnectionParameters class with the specified settings. |
| MySqlConnectionParameters(String, String, String, String) | serverName, databaseName, userName, password | Initializes a new instance of the MySqlConnectionParameters class. |
See Also