无法通过Shell脚本连接到MongoDB

发布于 2025-01-20 11:52:24 字数 456 浏览 0 评论 0原文

错误 - 连接到:mongodb://127.0.0.1:27017 2022-04-11T17:21:32.757+0530 W NETWORK [thread1] 无法连接到 127.0.0.1:27017,在(轮询后检查套接字是否有错误),原因:连接被拒绝

我编写了一个 shell 脚本程序来导出数据mongo DB 到 json 文件中,我能够从 shell 脚本外部执行命令 - 在终端中,但从 shell 脚本中它说以上错误。使用 windows - powershell 运行脚本。使用同一台机器运行脚本,当我在 shell 文件之外运行时,各个命令意味着在终端中执行良好并给出结果。

代码: 输入图片此处描述

Error - connecting to: mongodb://127.0.0.1:27017
2022-04-11T17:21:32.757+0530 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: Connection refused

I have written a shell script program to export data of mongo DB into json file, I am able to execute commands from outside of shell script - in terminal, but from shell script it says the above error. Using windows - powershell to run the script. Using same machine for running the script, individual commands when i run outside of shell files means in the Terminal executing well and giving result.

Code:
enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文