Skip to main content
A newer version of this page is available. .

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, String) serverName, databaseName, userName, password, port For internal use.
MySqlConnectionParameters(String, String, String, String) serverName, databaseName, userName, password Initializes a new instance of the MySqlConnectionParameters class.
See Also