How do I install the MongoDB database on Ubuntu (I to install MongoDB on Ubuntu)Published:may, Updated:may, Author:mkyong
The following will describe how to install MongoDB in your ubuntu11.10
Summary of steps:In your source.list add 10 gen Packs
Ubuntu Knowledge Supplement:Chown-r: The same permission changes are made to all files and subdirectories in the current directory (that is, to be changed one at a time in a recursive manner)Nohup command: If you are running a process and you feel
1. Download MongoDB
The default is 64-bit, this is a little awkward ...
64-bit system download address: https://www.mongodb.org/dl/linux/x86_64-debian81?_ga=2.15324022.1713724367.1498550277-1089294971.1498550277
32-bit Download list address: Https:/
Students who use MongoDB for a period of time will surely find that mongodb tend to occupy a lot more space than the actual data size. If you use the Db.stats () command to view, you will find that MongoDB reports several different spatial size
1 relational databases such as Oracle, database design
The first step: to create a PDM as a physical data model through tools such as PowerDesigner (there should be a CDM, but the CDM design process can be omitted in the general development)
Step
Brief introduction
MongoDB is a NoSQL database based on distributed file storage
Written by the C + + language, stable and high performance
Designed to deliver scalable, high-performance data storage solutions for WEB applications
The number of connections in the MongoDB sharding architecture is easy to reach very high, where the number of connections is divided into several concepts:Number of TCP connections netstat can be counted, which is generally the highest. If the
Overview
MongoDB is written by the C + + language and is an open source database system based on distributed file storage.In the case of high load, adding more nodes can guarantee the performance of the server.MongoDB is designed to provide
What to note: MongoDB replica set setupNote Date: 2018-01-09
21.33 MongoDB Replica Set Introduction
21.34 MongoDB Replica Set Build
21.35 MongoDB Replica set test
21.33 MongoDB Replica Set IntroductionA replica set (Replica set)
Transfer from 77435804#commentbox1. Create an administratorFirst open the MONGO service, then switch the admin database, at first there is no this database.use admin
1
2. Then create the user and password:db.createUser({user:’root’,pwd:
MongoDB stores BSON files as data records into the collection; The following is the collection in the database.First, DatabasesIn MongoDB, the database saves a document-style collection.In the MONGO shell, if you want to select a certain database to
Recent knowledge of MongoDB has involved using Ruby to manipulate the MongoDB database, because the reference data used in Ruby MONGO driver version is not 2.3.3, so in terms of operation will be different, so wrote this Ruby2.3.3 operation MongoDB
1> starting the database1.1> Add the following directories in turn:1.1.1> Mongodb-space1.1.2> mongodb-space/conf1.1.3> Mongodb-space/data1.1.4> Mongodb-space/log1.2> Add the global-6969.conf file under the mongodb-space/conf directory.1.3> writes
1. Go to MongoDB website to view the download document: https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/Install using Brew installation method2. If no brew is installed, you can perform the following name orderTo install
This article mainly introduces the new account of MongoDB, the Rights Management (simple), and the login in Python,java and the default client.The default MongoDB is no account rights management, that is, do not need a password to log in, you can
Mariadb database installation process, mariadb database Process
As we all know, after Oracle acquired MySQL, there is a potential risk of shutting down the source of MySQL. MariaDB aims to be fully compatible with MySQL, including APIs and command
Common commands for MongoDB and Common commands for mongodbCommon commands for MongoDB Databases
Show dbs # show database use test # select/create database db. dropDatabase () # Delete the current database db # display the current database db. test_
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.