mongodb arbiter怎么登陸
1 回答

GCT1015
TA貢獻1827條經驗 獲得超4個贊
不知道你用什么語言連接mongodb,以下是用mongo的shell打開數據庫: #創建一個庫: use mytest #添加一個用戶account,pwd db.addUser("wangming","1234") #查看當前庫中的用戶 db.system.users.find() #連接時候通過auth命令進行連接(account,p...
- 1 回答
- 0 關注
- 998 瀏覽
添加回答
舉報
0/150
提交
取消