如果启动 mongod 并通过运行将其绑定到 localhost 和自定义端口:
mongod --bind_ip localhost --port 1234
可以通过 mongo shell 之类的东西在运行时更改绑定的 IP/端口,而无需重新启动 mongod 吗?
如果启动 mongod 并通过运行将其绑定到 localhost 和自定义端口:
mongod --bind_ip localhost --port 1234
可以通过 mongo shell 之类的东西在运行时更改绑定的 IP/端口,而无需重新启动 mongod 吗?