无法通过Shell脚本连接到MongoDB
错误 - 连接到: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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论