mynote/mongodb/use.md
2017-09-17 22:13:20 +08:00

153 B

mongodb 一般使用命令

sudo service mongod restart



use admin

db.system.users.find()
db.system.users.remove({})