Tuesday 15 January 2013

database - How do I shutdown Meteor Mongo? -



database - How do I shutdown Meteor Mongo? -

i kind of know how shutdown mongo, not sure if right.

use admin db.shutdownserver()

this had no effect meteor mongo. fyi started learning how utilize computer recently, pardon lack of abilities.

if want shutdown mongo server run follow command in scheme terminal:

mongod --shutdown

if want exit mongo shell utilize exit command

if want forcefulness shutdown built-in meteor mongo (i don't khow why), should go meteor mongo shell using meteor mongo , run next:

use admin db.admincommand({shutdown : 1, forcefulness : true})

database mongodb meteor terminal server

No comments:

Post a Comment