Ubuntu Install Mongodb

Source: Internet
Author: User
Tags install mongodb

Download MongoDB Compressed Files

Tar zxvf mongodb-linux-i686-2.6.6.tgz

/mongodb-linux-i686-2.6.6 $ sudo mv */ETC/MONGODB

sudo mkdir-p/data/mongodb/data
sudo mkdir-p/data/mongodb/logs

Start as daemon mode

 sudo/etc/mongodb/bin/mongod--port 27017--dbpath/data/mongodb/data/--logpath/data/mongodb/logs/log.log-- Logappend--fork

Configure MongoDB

1. Add Users

Connect to MongoDB First

/etc/mongodb/bin/mongo

First switch to the admin library, first set up an administrator account without adding auth case

> Use admin

> Db.adduser ("Root", "123456");

This means that it has been successfully established, and then we try the permissions.


Ubuntu Install Mongodb

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.