Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 Mongodb 的桌面应用程序!每次我应该运行hhhh@kkkk:~$ mongod 然后运行我的程序。
hhhh@kkkk:~$ mongod
但我想永远运行 mongod。这可能吗?
如果您使用的是 Windows,您可以将 mongo 安装为 Windows 服务。还有其他平台的选项
mongod --install
这行代码将 mongodb 安装为 Windows 服务。不要忘记 --dbpath 和 --logpath :)