【socket】通过socket通讯
2022-05-30 本文已影响0人
Bogon
socket通信是怎么验证安全的?
https://zhidao.baidu.com/question/1800199263892062867.html
image.png
$ mysql --help | grep socket
--protocol=name The protocol to use for connection (tcp, socket, pipe,
-S, --socket=name The socket file to use for connection.
The buffer size for TCP/IP and socket communication.
socket (No default value)
image.png
mongoDB运行时数据库配置
https://mongodb.net.cn/manual/administration/configuration/
image.png
Reference > MongoDB Package Components > mongos
https://mongoing.com/docs/reference/program/mongos.html
Connection String URI Format
https://www.mongodb.com/docs/manual/reference/connection-string
image.png
mongoDB通过socket链接
https://blog.csdn.net/colin_luo/article/details/28893185