【开发心得】mongo shell连接远程数据库
前言: 场景,linux shell环境,仅安装mongo.sh客户端,连接远程数据库,验证可访问性。(centos为例)1. 获取shell 二进制文件 wget https://repo.mongodb.org/yum/redhat/7/mongodb-org/4.0/x86_64/RPMS/mongodb-org-shell-4.0.5-1.el7.x86_64.rpm2. 安装shell客户端rpm -ivh mongodb-org-shell-4.0.5-1.el7.x86_6