Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux install mongodb

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.9.tgz

Decompression

Tar xvf mongodb-linux-x86_64-2.6.9.tgz

Change folder name

Mv mongodb-linux-x86_64-1.8.5 / mongodb

Move to the data directory

Mv mongodb / data

Create a new data file storage directory

Mkdir-pv / data/mongodb/db

Create the file storage directory for mongodb logs

Mkdir-pv / data/mongodb/logs

Start MONGODB

/ data/mongodb/bin/mongod-dbpath=/data/mongodb/db-logpath=/data/mongodb/logs/mongodb.log

Display:

.

Tue Feb 28 11:29:19 [initandlisten] waiting for connections on port 27017

Tue Feb 28 11:29:19 [websvr] web admin interface listening on port 28017

The default connection port for mongodb is 27017.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report