centos7中啟動mongodb服務的方法:1、打開centos7終端;2、輸入“systemctl start mongod.service”命令啟動mongodb服務即可。
具體操作步驟:
1、在centos7系統桌面中使用快捷鍵【Ctrl+Alt+T】打開centos7終端命令行模式。
2、在centos7終端命令行中輸入以下命令啟動mongodb服務即可。
?systemctl start mongod.service
相關命令:
chkconfig mongod on #加入開機啟動
systemctl restart mongod.service #重啟MongoDB
ps -aux | grep mongod #查看數據庫的進程是否存在
mongo #啟動mongoshell