How does one install the MongoDB database on Ubuntu?

Source: Internet
Author: User
Tags install mongodb
Try installing MongoDB on Ubuntu. Fortunately, you can use apt-get on Ubuntu. However, it is not the latest version! Sudoapt-getupdatesudoa

Try installing MongoDB on Ubuntu. Fortunately, you can use apt-get on Ubuntu. However, it is not the latest version! Sudo apt-get updatesudo

Try installing MongoDB on Ubuntu. Fortunately, you can use apt-get on Ubuntu. However, it is not the latest version!

Sudo apt-get update

Sudo apt-get install mongodb

After the installation is complete, the Mongodb configuration file is placed in/etc. in the conf file, dbpath is used to specify the storage location of the Mongodb database. It is pre-configured in the/var/lib/mongodb folder.

For more information, see Node. js Driver for MongoDB installation in Ubuntu.

Although Mongodb is in/etc/init. d. There is a program to start. However, the start and stop of Mongodb are not here, but the following two commands are used to start and stop the Mongodb service.

Sudo start mongodb

Sudo stop mongodb

After mongodb is started, use the following command to connect to mongodb in the Command column mode.

Mongo

,

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.