当前位置:网站首页>Mongo user rights login instruction
Mongo user rights login instruction
2020-11-06 21:45:00 【Architects who can drive】
1. adopt ·ip port Remote connection mongo
./mongo --port 27017 --host 60.11.11.1
2. Choose to use mongo library
use huoli_trip
3. Authority verification
db.auth('username','password')
Example :

版权声明
本文为[Architects who can drive]所创,转载请带上原文链接,感谢
边栏推荐
猜你喜欢

事务的本质和死锁的原理

Countdown | 2020 PostgreSQL Asia Conference - agenda arrangement of Chinese sub Forum

Flink's datasource Trilogy: direct API

Filecoin has completed a major upgrade and achieved four major project progress!

2020-08-17:详细说下数据倾斜怎么解决?

image operating system windows cannot be used on this platform
![[learning] interface test case writing and testing concerns](/img/3b/00bc81122d330c9d59909994e61027.jpg)
[learning] interface test case writing and testing concerns

2020-08-29:进程线程的区别,除了包含关系之外的一些区别,底层详细信息?

CloudQuery V1.2.0 版本发布

2020-08-30:裸写算法:二叉树两个节点的最近公共祖先。
随机推荐
Code generator plug-in and creator preform file analysis
行为型模式之备忘录模式
An article will take you to understand CSS alignment
实验一
Call analysis of start method in JNI thread and callback analysis of run method
The method of realizing high SLO on large scale kubernetes cluster
2020-09-03:裸写算法:回形矩阵遍历。
The native API of the future trend of the front end: web components
ORA-02292: 违反完整约束条件 (MIDBJDEV2.SYS_C0020757) - 已找到子记录
image operating system windows cannot be used on this platform
How to manage the authority of database account?
ES6 learning notes (5): easy to understand ES6's built-in extension objects
ES中删除索引的mapping字段时应该考虑的点
STM32F030K6T6兼容替换灵动MM32F031K6T6
GitHub: the foundation of the front end
Summary of front-end interview questions (C, s, s) that front-end engineers need to understand (2)
Zero basis to build a web search engine of its own
轻量型 GPU 应用首选 京东智联云推出 NVIDIA vGPU 实例
Contract trading system development | construction of smart contract trading platform
Python basic data type -- tuple analysis