mongodb 安装与卸载

安装
卸载
完全卸载

sudo service mongod stop  #停止服务
sudo service mongod start  #启动服务
sudo service mongod restart #重新启动服务
sudo service mongod status #查看状态

mongodb 安装一定要安装3.0以上的版本,2.6那个版本太吃内存

Failed to start mongod.service: Unit mongod.service not found
sudo systemctl enable mongod
sudo service mongod restart

你可能感兴趣的:(pymongo)