19 | | * '''unix domain socket''' connections using the {{{bind}}} option. From the same machine only, or via SSH (see below) - potentially as a different user. This is obviously restricted to Unix like systems. When using this type of direct connection locally, you should also be using "{{{mmap}}}" for maximum performance (which should be enabled by default). For connecting to a different user, you may need to use the "{{{socket-dir}}}" option to place the socket in a public location, and maybe also "{{{mmap-group}}}" to make the socket accessible to other users. |
20 | | When starting a server, a socket is automatically created for it by default. |
| 19 | * [/wiki/UnixDomainSocket unix domain socket] connections using the {{{bind}}} option. From the same machine only, or via SSH (see below). When starting a server, unix domain sockets are usually created automatically for it by default |