Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
## 登录mogodb mongo --host 127.0.0.1 ## 使用数据库 Use admin ## 创建用户库管理员 db.createUser({user: "admin",pwd: "123456",roles: [{ role: "root", db: "admin"}]}) ##连接测试 Db.auth("zabbix","passw0rd") ##返回1代表可登陆
Was this page helpful?