我查了好久 这个问题一直搞不好,google 百度出来的方法 是说先 在admin里面添加 用户!可是在我这边还是过不了!
望解决!
回复内容:
我查了好久 这个问题一直搞不好,google 百度出来的方法 是说先 在admin里面添加 用户!可是在我这边还是过不了!
望解决!
确实是。首先创建一个总的数据库管理员。
然后创建一个对某个数据库有所有权限的管理员,mongoose就用这个账户登陆,对对应的数据库操作就行了。
如果权限比较复杂,就创建一些不同权限的账户,比如只读,可写等等。
首先你要关闭数据库的验证,重启数据库再进行登录,这样你才能进入admin建立用户。
如果你已经有了管理员账户,你要在对应的数据库里执行db.auth(username, password)来授权。授权之后你才能执行数据库操作。
mongodb的权限和其他数据库有比较大的区别,要熟悉一段时间的。
恰好
我前段时间写了篇介绍这个的博文
http://blog.wencan.org/2015/11/18/mongodb-user-privilege/
关闭mongodb权限认证,去admin数据库新增用户,正确设置用户密码和权限, 试一下把用户的roles设置成root,不过这样很危险
开启mongodb权限认证, 执行一下命令
<code> use admin db.auth('用户名','密码') use otherdb db.system.users.find()</code>
nodejs里面,假设你在使用最新的mongodb模块,拿到db对象后要验证一下才能有权限执行查询命令:
<code> db.admin().authenticate(username, password).then(function(authResult) { return db.collection('sth').find() });</code>

Vercel是什么?本篇文章带大家了解一下Vercel,并介绍一下在Vercel中部署 Node 服务的方法,希望对大家有所帮助!

gm是基于node.js的图片处理插件,它封装了图片处理工具GraphicsMagick(GM)和ImageMagick(IM),可使用spawn的方式调用。gm插件不是node默认安装的,需执行“npm install gm -S”进行安装才可使用。

本篇文章带大家详解package.json和package-lock.json文件,希望对大家有所帮助!

如何用pkg打包nodejs可执行文件?下面本篇文章给大家介绍一下使用pkg将Node.js项目打包为可执行文件的方法,希望对大家有所帮助!

本篇文章给大家分享一个Nodejs web框架:Fastify,简单介绍一下Fastify支持的特性、Fastify支持的插件以及Fastify的使用方法,希望对大家有所帮助!

node怎么爬取数据?下面本篇文章给大家分享一个node爬虫实例,聊聊利用node抓取小说章节的方法,希望对大家有所帮助!

本篇文章给大家分享一个Node实战,介绍一下使用Node.js和adb怎么开发一个手机备份小工具,希望对大家有所帮助!

先介绍node.js的安装,再介绍使用node.js构建一个简单的web服务器,最后通过一个简单的示例,演示网页与服务器之间的数据交互的实现。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

WebStorm Mac version
Useful JavaScript development tools

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver Mac version
Visual web development tools

Notepad++7.3.1
Easy-to-use and free code editor
