File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -243,10 +243,10 @@ Since the default port is `50000`, the socket file will most likely be:
243243` /tmp/.s.monetdb.50000 ` . The client must either be run under the same user as
244244the server, or it needs to have read/write permissions to the socket file.
245245
246- This case is the same as the TCP/IP connection, with a tiny difference at the very
247- beginning. When connecting to a Unix domain socket, then the client has to first
248- write a single byte (without any packet frame!) with value 0x30 or the chracter
249- zero '0'.
246+ The authentication is the same as for a TCP/IP connection, with a tiny difference
247+ at the very beginning. When connecting to a Unix domain socket, then the client has
248+ to first write a single byte (without any packet frame!) with value 0x30 (that is the
249+ character zero '0') .
250250
251251After that, the server will respond with the ` server challenge ` and everything is the
252252same as in the TCP/IP case.
You can’t perform that action at this time.
0 commit comments