mongodb权限不够Error:couldn't add user:command createUser requires authentication、
需要用管理员登录:
use admin
db.auth('admin','admin')
再执行其他操作