"errmsg" : "not authorized on admin to execute command { shutdown: 1.0 }", "code" : 13 } : _getErrorWithCode@src/mongo/shell/utils.js:25:13 DB.prototype.shutdownServer@src/mongo/shell/db.js:302:1 @(shell):1:1 解决
transitionToDedicatedConfigServer 配置一个配置分片,使其作为专用配置服务器运行。 8.0版本新增。 不支持无服务器实例和Atlas共享层。 unsetSharding 在MongoDB 5.0 中删除。影响MongoDB 部署中实例之间连接的内部命令。 是 unshardCollection 取消现有分片集合的分片,并将集合数据移动到单个分片上。当您对集合取消分片时...
② mongod操作命令:客户端可以通过mongod复制集和cfg server访问集群的相关命令。 ③ mongodb集群内部命令:mongos、mongod、mongo-cfg集群实例之间交互的命令。 Command命令处理模块核心代码实现如下: 《command命令处理模块源码实现》相关文章重点分析命令处理模块核心代码实现,也就是上面截图中的命令处理源码文件实现。 1...
代码语言:shell AI代码解释 > db.serverStatus() { "ok" : 0, "errmsg" : "not authorized on admin to execute command { serverStatus: 1.0, lsid: { id: UUID(\"3a882f25-2e90-46fd-a9ff-52fd452589ec\") }, $db: \"admin\" }", "code" : 13, "codeName" : "Unauthorized" } 3.3 ...
直接使用msi进行安装,安装安装后,将C:\Program Files\MongoDB\Server\3.4\bin配置到环境变量的PATH中 然后打开Command Prompt,输入 C:\Windows\System32>mongod --version db version v3.4.2 git version: 3f76e40c105fc223b3e5aac3e20dcd026b83b38b ...
MongoDB Shell (mongosh) 不会随 MongoDB Server 一起安装。您需按照mongosh 安装说明单独下载和安装mongosh。 平台支持 MongoDB 8.0 Community Edition 支持 x86_64 架构上的以下64-位版本的 Windows: Windows Server 2022 Windows 11 MongoDB 仅支持这些平台的 64 位版本。
2. 关闭mongod服务,执行db.shutdownServer() 2017-04-20T18:32:26.865+0800 E QUERY [thread1] Error: shutdownServer failed: { "ok" : 0, "errmsg" : "not authorized on admin to execute command { shutdown: 1.0 }", "code" : 13 ...
MongoDB数据库数据恢复环境:一台Windows Server操作系统虚拟机上部署MongoDB数据库。 MongoDB数据库故障:管理员在未关闭MongoDB服务的情况下拷贝数据库文件。将MongoDB数据库文件拷贝到其他分区后,对MongoDB数据库所在原分区进行了格式化操作。格式化完成后将数据库文件拷回原分区,并重新启动MongoDB服务。发现服务无法启动...
Config Server: mongod实例,存储了整个 ClusterMetadata,其中包括 chunk信息。 Query Routers: 前端路由,客户端由此接入,且让整个集群看上去像单一数据库,前端应用可以透明使用。 1. 2. 3. 4. 5. 6. 二、基础命令 1、为数据库启用分片(test数据库) ...
Enter the following command and answer the questions to create the initial structure for your new project: npm init -y Next, install the driver as a dependency. npm install mongodb Start a MongoDB Server For complete MongoDB installation instructions, seethe manual. ...