# mongodb 一般使用命令 ``` bash sudo service mongod restart ``` ``` mongodb use admin db.system.users.find() db.system.users.remove({}) ```