2016-03-14

MongoDB - How to shutdown the server using a query statement

mongo
use admin
db.shutdownServer()

No comments:

Post a Comment