MySqlDataSource.Password property
Sets the password that will be used by the next MySqlConnection
created from this MySqlDataSource
.
public string Password { set; }
Remarks
This can be used to update the password for database servers that periodically rotate authentication tokens, without affecting connection pooling. The Password
property must not be specified in order for this field to be used.
Consider using UsePeriodicPasswordProvider
instead.
See Also
- class MySqlDataSource
- namespace MySqlConnector
- assembly MySqlConnector