Is there a super UNIX like \"root\" user for MongoDB? I\'ve been looking at http://docs.mongodb.org/manual/reference/user-privileges/ and have tried many combinations, but t
"userAdmin is effectively the superuser role for a specific database. Users with userAdmin can grant themselves all privileges. However, userAdmin does not explicitly authorize a user for any privileges beyond user administration." from the link you posted