LinkMenuExpand(external link)DocumentSearchCopyCopied

MySqlConnectionProtocol enumeration

Specifies the type of connection to make to the server.

public enum MySqlConnectionProtocol

Values

namevaluedescription
Sockets1TCP/IP connection.
Socket1
Tcp1
Pipe2Named pipe connection. Only works on Windows.
NamedPipe2
UnixSocket3Unix domain socket connection. Only works on Unix/Linux.
Unix3
SharedMemory4Shared memory connection. Not currently supported.
Memory4

See Also