MongoDB 5.0 MongoDB 4.4 MongoDB 4.2 虽然这些工具可能适用于早期版本的 MongoDB Server,但不保证一定兼容。 平台支持 以下操作系统支持 MongoDB Database Tools 版本100.10.0: Windows 8 及更高版本 Windows Server 2012 及更高版本 安装 MongoDB 数据库工具可通过 MSI 安装程序安装,也可以 ZIP 压缩包的形式下...
MongoDB 7.0 MongoDB 6.0 MongoDB 5.0 MongoDB 4.4 MongoDB 4.2 While mongofiles may work on earlier versions of MongoDB server, any such compatibility is not guaranteed. Platform Support mongofiles version 100.10.0 is supported on the following platforms: x86_64 ARM64 PPC64LE s390x Amazon Linu...
mongodump MongoDB Command Line Database Tool binaries are not supported or tested for use with non-genuine MongoDB deployments. While the tools may work on these deployments, compatibility is not guaranteed. Definition mongodumpis a utility that creates a binary export of a database's contents....
You can also import and export data using the graphical user interface tool MongoDB Compass. For details, seeMongoDB Compass Import and Export. Syntax mongoimportsyntax: mongoimport <options> <connection-string> <file> Options --help Returns information on the options and use ofmongoimport. ...
MongoDB Command Line Database Tool binaries are not supported or tested for use with non-genuine MongoDB deployments. While the tools may work on these deployments, compatibility is not guaranteed. This documentation is for version100.10.0ofmongotop. ...
For documentation on the MongoDB 4.2 or earlier versions of these tools, reference the MongoDB Server Documentation for that version of the tool: Note Quick links to older documentation MongoDB 4.2 Tools MongoDB 4.0 Tools Installation The MongoDB Database Tools can be downloaded from the MongoDB...
MongoDB Database Tools / mongoexport This page describes software compatibility and installation for version100.9.5ofmongoexport. Starting in MongoDB 4.4, the MongoDB Database Tools are released separately from the MongoDB Server. The MongoDB Database Tools use their own versioning, with an initia...
mongoexportis not a tool for backing up data. To back up your replica set, seeBack Up and Restore a Self-Managed Deployment with MongoDB Tools. To connect to a replica set to export its data, you can either: Specify the replica set name and members in the--uri connection string: ...
mongorestore is a database tool that loads data from either a binary database dump created by mongodump or the standard input into a MongoDB instance.
打开Idea的Database工具,点击菜单栏的"View->Tool Windows->Database"打开数据库窗口。 在数据库窗口的左侧面板中,点击鼠标右键,选择"New->Data Source->MongoDB"。 在弹出的对话框中,填写MongoDB数据库的连接信息,包括主机名、端口号、数据库名称等。根据实际情况填写相应的信息。