installation and configuration, start and stop of MongoDB under Windows: The official download URL for MongoDB is: https://www.mongodb.org/downloadsInstallation Steps 1,Click Download Mongodb-win32-x86_64-2008plus-ssl-3.0.4-signed.msi, Next, next
MongoDB's official website https://www.mongodb.org, you can download the version you want. Here is my download, installation and start-upCurl-o-L HTTPS://FASTDL.MONGODB.ORG/LINUX/MONGODB-LINUX-X86_64-3.0.4.TGZTAR-ZXVF mongodb-linux-x86_64-3.0.4.tgz
OverviewThe first 3 blogs about MongoDB's distributed and clustered, where the primary master-slave replication We almost do not have any meaning, the remaining two, regardless of which we use each, will have a corresponding problem, a better
Mongoexport export JSON or CSV format
Mongoimport Import JSON or CSV
Mongodump Export binary Bson structure data and index information
Mongorestore Importing binary files
Mongoexport-h 主机--port 端口号-u 用户名-p 密码-d 库名-c 表名-f
In note 01, the start Mongod is specified directly from the command line. mongod --dbpath /path/to/database --logpath /path/to/logfile --fork --port 27017You can specify the profile to start,-F to specify the configuration file directorymongod -f
installation directory: C:\Program FILES\MONGODB 2.6 standard\Create directory: D:\mongodb\data
Through CMD, execute the following command:CD C:\Program FILES\MONGODB 2.6 standardCD binMongod--dbpath D:\mongodb\dataWith the new CMD, execute the
I used to use MongoDB, in the evening check the need for the command, about how MongoDB how to use, I do not knowOfficial website: http://www.mongodb.org/MongoDB installation, master-slave configurationOne MongoDB installationClick ( here) to
MongoDB is a product between a relational database and a non-relational database, and is the most versatile and most like relational database in a non-relational database. The data structure he supports is very loose and is a JSON-like Bjson format,
First download MongoDB installation package Http://www.mongodb.org/downloads My system is redhat5.8 all select the corresponding version package is OK now the latest version is 3.0.3
Decompression mongodb-linux-x86_64-rhel55-3.0.3.tgz
OneMongoDBBrief introductionMongoDB is a high-performance, open-source, modeless document-based database that is a popular one in the current NoSql database. It can be used in many scenarios to replace the traditional relational database or
Environment: WINDOWS7,MONGODB 2.61. Install MongoDB, and configure environment variables2. configuration file mongod.conf, stored anywhere on the disk, and manually create MongoDB data directory and log directory, the contents are as follows:#
Create a collectioncreatecollection ()name: Created collection name options: is a document to initialize (optional) > db.createcollection ("Jingdong") #无参数 {"OK": 1}> show collectionsjingdongsystem.indexes> Db.createcollection ("Jingdong",
TNS-12541, TNS-12560, TNS-00511, TNS-12542, TNS-12560, TNS-00512 database boot listener Error
Chapter 4 Database Server listener errors
1.1.1 database listening Error
1.1.1.1 problems and phenomena
The server environment is ORACLE11G RAC. After the
Mongodb Study Notes 06 -- mongod configuration file
In note 01, when mongod is started, the parameter is directly specified through the command line.
Mongod -- dbpath/path/to/database -- logpath/path/to/logfile -- fork -- port 27017
You can
Mongodb Study Notes 05-user managementEnable authentication
Mongod does not have the permission to start by default. You need to specify-auth to start, or set security. authorization to "enabled" in the configuration file"Create user
Db. createUser (
The Department name, number of employees of the Department, average salary of the department, name of the employee with the lowest income of the Department, and name of the employee with the highest income are queried.
Example:
The Department name,
A statement with no variable bound at 11G. Very good! Very accurate and fast.
-- Trace SQLSELECT FORCE_MATCHING_SIGNATURE, to_char (FORCE_MATCHING_SIGNATURE) as sing, COUNT (1) AS REPLACE_NUM, ROUND (SUM (SHARABLE_MEM)/1024/1024) AS SHARED_MB,
HBase cannot connect to ZooKeeper
The following error is reported when you log on to the server after setting up the HBase Environment last time:
Hadoop @ gpmaster logs] $ hbase shellSLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found
Understanding of listening for static registration Configuration
Global_dbname In the Listener. ora configuration file can be configured at will;
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(GLOBAL_DBNAME = ora11gbak) ----
[Lucene] Detailed description of Lucene full-text retrieval information writing and reading
Lucene's general structure:
The process of writing information to the index database:
The process of reading information:
The following is an example of
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.