LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlServerRedirectionMode enumeration

Server redirection configuration.

public enum MySqlServerRedirectionMode

Values

namevaluedescription
Disabled0Server redirection will not be performed.
Preferred1Server redirection will occur if possible, otherwise the original connection will be used.
Required2Server redirection must occur, otherwise connecting fails.

See Also