LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionStringBuilder.Database property

(Optional) The case-sensitive name of the initial database to use. This may be required if the MySQL user account only has access rights to particular databases on the server.

public string Database { get; set; }

See Also