mongo3.6.9安装linux环境下

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/u013862108/article/details/86104402

linux 上 安装mongodb3.6.9

1051  wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.6.9.tgz

 1061  tar -zxvf mongodb-linux-x86_64-3.6.9.tgz 

 1062  ls

 1063  mv mongodb-linux-x86_64-3.6.9 /usr/local/mongodb

 1064  ls /usr/local/mongodb/

 1065  cd /usr/local

 1066  ls

 1067  cd mongodb/

 1068  ls

 1069  vim /etc/profile

 1070  source /etc/profile

 1075  ls

 1076  vim mongodb.conf

 1077  mkdir data log

1099  mongod --config mongodb.conf &

猜你喜欢

转载自blog.csdn.net/u013862108/article/details/86104402