database - 输入 "sudo pkill -f mongod"后无法再运行 mongod 命令来启动

标签 database mongodb

过去几天,“mongod”命令一直运行良好,直到我在终端中键入命令“sudo pkill -f mongod”。这是我发出“mongod”后的结果。


{"t":{"$date":"2020-08-16T13:32:49.543-04:00"},"s":"I", 
"c":"CONTROL",  "id":23285,   "ctx":"main","msg":"Automatically
disabling TLS 1.0, to force-enable TLS 1.0 specify
--sslDisabledProtocols 'none'"} {"t":{"$date":"2020-08-16T13:32:49.546-04:00"},"s":"W",  "c":"ASIO",  
"id":22601,   "ctx":"main","msg":"No TransportLayer configured during
NetworkInterface startup"}
{"t":{"$date":"2020-08-16T13:32:49.546-04:00"},"s":"I", 
"c":"NETWORK",  "id":4648602, "ctx":"main","msg":"Implicit TCP
FastOpen in use."}
{"t":{"$date":"2020-08-16T13:32:49.546-04:00"},"s":"I", 
"c":"STORAGE",  "id":4615611, "ctx":"initandlisten","msg":"MongoDB
starting","attr":{"pid":718,"port":27017,"dbPath":"/data/db","architecture":"64-bit","host":"Georges-MacBook-Pro.local"}}
{"t":{"$date":"2020-08-16T13:32:49.546-04:00"},"s":"I", 
"c":"CONTROL",  "id":23403,   "ctx":"initandlisten","msg":"Build
Info","attr":{"buildInfo":{"version":"4.4.0","gitVersion":"563487e100c4215e2dce98d0af2a6a5a2d67c5cf","modules":[],"allocator":"system","environment":{"distarch":"x86_64","target_arch":"x86_64"}}}}
{"t":{"$date":"2020-08-16T13:32:49.546-04:00"},"s":"I", 
"c":"CONTROL",  "id":51765,   "ctx":"initandlisten","msg":"Operating
System","attr":{"os":{"name":"Mac OS X","version":"19.6.0"}}}
{"t":{"$date":"2020-08-16T13:32:49.546-04:00"},"s":"I", 
"c":"CONTROL",  "id":21951,   "ctx":"initandlisten","msg":"Options set
by command line","attr":{"options":{}}}
{"t":{"$date":"2020-08-16T13:32:49.548-04:00"},"s":"E", 
"c":"STORAGE",  "id":20557,   "ctx":"initandlisten","msg":"DBException
in initAndListen, terminating","attr":{"error":"NonExistentPath: Data
directory /data/db not found. Create the missing directory or specify
another path using (1) the --dbpath command line option, or (2) by
adding the 'storage.dbPath' option in the configuration file."}}
{"t":{"$date":"2020-08-16T13:32:49.548-04:00"},"s":"I", 
"c":"NETWORK",  "id":20562,   "ctx":"initandlisten","msg":"Shutdown:
going to close listening sockets"}
{"t":{"$date":"2020-08-16T13:32:49.548-04:00"},"s":"I",  "c":"-",     
"id":20520,   "ctx":"initandlisten","msg":"Stopping further Flow
Control ticket acquisitions."}
{"t":{"$date":"2020-08-16T13:32:49.548-04:00"},"s":"I", 
"c":"CONTROL",  "id":20565,   "ctx":"initandlisten","msg":"Now
exiting"} {"t":{"$date":"2020-08-16T13:32:49.548-04:00"},"s":"I", 
"c":"CONTROL",  "id":23138,   "ctx":"initandlisten","msg":"Shutting
down","attr":{"exitCode":100}}

我找到了一个临时解决方案,即输入“mongod --dbpath/usr/local/var/mongodb”。如何撤消此操作以便我可以通过发出“mongod”来启动数据库连接?
编辑:包括终端输出

最佳答案

如果您的操作系统是 OS X 并且 mongodb 是通过 Homebrew 安装的,请尝试:

brew services restart mongodb-community 
brew services start mongodb-community

关于database - 输入 "sudo pkill -f mongod"后无法再运行 mongod 命令来启动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63439622/

相关文章:

sql - 规范化 SQL 表

mongodb/mongoose,如何在更改两个文档时确保数据一致

mongodb - 一起使用 MongoEngine 和 PyMongo

ruby-on-rails - Mongoid 批量收集插入 : how to get the ids of the newly created items?

python - 您可以将 MYSQL 数据库链接到预先存在的 python 代码而不必使用 python iterpretor 吗?

c# - EXEC sp_spaceused 查询

不支持 SQL 构造或语句

mongodb - MongoDB副本集-辅助数据库反复出现故障

node.js - mongoose findone 使用 q 模型将请求的 id 传递给回调

java - 如何读取文件并将其内容添加到数据库?