MongoDB数据库bin目录下缺少mongodump、mongorestore等工具集

在linux要用到mongodump、mongorestore等工具时候发现原来下载的数据库文件缺失很多工具,需要单独下载
下载工具集:
https://www.mongodb.com/try/download/database-tools

MongoDB数据库bin目录下缺少mongodump、mongorestore等工具集_第1张图片

将下载的工具集文件bin里的工具都复制到原先下载的mongodb的bin目录下即可

你可能感兴趣的:(Linux,MongoDB,mongodb,linux,数据库)