MongoDB 如何创建一个用户
db.createUser( { user:<name_string>, # 字符串 pwd:<password_string>, # 字符串 role[{role:<role_name>, db:<db_name>}]} # 数值 + 对象 )