啟動mongo服務 mongod 進入mongo bash mongo 使用admin use admin 建立使用者 db.createUser( { user: "myUserAdmin", pwd: "abc123", roles: [ { role: ...
確定! 回上一頁