Introduction to Robomongo, robomongo
Author: zhanhailiang Date:Introduction
Robomongo is a Shell-based cross-platform MongoDB management tool. The relationship between Robomongo and MongoDB is equivalent to that between PHPMyAdmin and MySQL.Perfect support for MongoDB Shell
Robo
1. http://www.mongodb.org/downloads download up to date
There are a lot of installation methods online, I am using which homebrew install http://maoa.cn /? Posting = 417
$ Brew install MongoDB
2. http://pecl.php.net/package/mongo to download the latest Mongo package, enter the following command in sequence
Phpize./Configuremakesudo make install
3. The generatedMongo. SoCopy to mamp directory
/Applications/mamp/bin/php5.3/Lib/PHP/extensions/no-debug-non-ZTS-20090626
4. Start the MongoDB Se
Introduction========================================================== =
Rockmongo is a MongoDB management tool developed using PhP5, similar to phpMyAdmin. A very practical interface management tool that supports Windows and Linux.
Note:========================================================== =Directories of different levels in the current environment cannot contain special characters such as Chinese characters and spaces.
Use====================
I have read a lot of similar articles before installing rockmongo in ubuntu 12.04, and I feel a little complicated. I have studied it myself and encountered many problems. I will sort out the following articles today, I hope to help others www.2cto.com 1. install php sudo apt-get install php5 2. installing php-cgi sudo apt-get install php5-cgi 3. install nginx sudo apt-get install nginx 4. install mongodb sudo apt-get install mongodb 5. install pecl s
Directory 1. Introduction 2. 3.MongoDB installation Process Use of 4.MongoDB 5.MongoDB Add Administrator account 6.RoboMongo installation Process 7.RoboMongo Management Database 8. Summary 1 Introduction Mongo DB is a non-relational database (NOSQL) that is currently very popular in the IT industry, as long as it is a simple and practical process that describes the installation of MongoDB and its management
Tags: blog HTTP Io OS ar use SP file Div
Using MongoDB makes it very convenient to debug query, View Collection, and other States with rockmongo.
The deployment of rockmongo is studied, mainly for Web servers dependent on the PHP environment. Currently, there are two types of servers: httpd and nginx,
Both servers need to be deployed in the PHP environment. One is to compile and deploy the PHP environment t
Simple deployment of RockMongo and centerosrockmongo in CenterOS
Using Mongodb makes it very convenient to debug Query, View Collection, and other States with Rockmongo.
The deployment of Rockmongo is studied, mainly for web servers dependent on the PHP environment. Currently, there are two types of servers: httpd and nginx,
Both servers need to be deployed in th
Before using RockMongo, You need to determine which verification method to use. If cmd_auth is set to true, the user must use the username and password in MongoDB (by the command db. addUser () add), so the configuration of pai_user, pai_pass and pai_db is no longer needed, because the user can
Before using RockMongo, You need to determine which verification method to use. If cmd_auth is set to true, the u
mongoid ("50a8d6e5b21b7fabbf2bd97a"));Print_r ($data);Next tax installation Rockmongo to MongoDB management, first to http://rockmongo.com/downloads download Rockmongo, up to the current version is Rockmongo v1.1.5, this version requires PHP extended version >=1.3.0. The installation process is nothing to say, unzip and then place the file in a Web server and di
after the start of the service manager directly to make it convenient, PHP is mainly to add some extension, as well as MongoDB driver dll, To put in the Ext folder, there is the addition of Apache to place the root directory of the Web page, presumably this ....Then the ROCKMONGODB: must confirm that the PHP MONGO driver, if done well, will be in the localhost:80/index.php show MONGO this item. Then is the configuration Rockmongo own files, the offic
Before using the 2.x version of MongoDB, the Robomongo Visual management tool was selected, everything is very good, whether it is on Windows or Mac system, so it has been used. Recently upgraded to MongoDB 3.2.8, a problem was found: Robomongo cannot view the collections content of MongoDB 3.x.
First, see how you use the MongoDB version:
Using the command line, navigate to the Bin directory in the MongoDB
using Robomongo to connect MongoDB 3.x Authorization failed solution Recently installed mongodb3.1.4, and enabled authorization authentication, in DOS window operation without any problems, in order to maintain the convenience of downloading a client tool Robomongo 0.8.5, user name, password, such as configuration good solution test, the result of connection service is not a problem, permission verification
= $c-findOne(Array (' _id '=>new MongoId(" 50a8d6e5b21b7fabbf2bd97a " )));
Print_r($data);
Next tax on the installation of Rockmongo MongoDB management, first to http://rockmongo.com/downloads download Rockmongo, as of now the latest version is Rockmongo v1.1.5, this version requires PHP extension version >=1.3.0. There is nothing to say about the
1. Download Rockmongo: Http://rockmongo.com/downloadsUnzip the downloaded compressed package rockmongo-1.1.5.zip to the Web publishing directory (I use Apache here, the Publish directory can refer to the DocumentRoot item in httpd.conf)2. Download MongoDB extension: Https://github.com/mongodb/mongo-php-driver/downloadsHere is the version I downloaded:Unzip the downloaded zip file, copy the Php_mongo.dll fil
Robomongo 0.9.0 Connection failed while connecting to MONGO database. (IP and port number determination is right)Basic points of attention:1, the MongoDB service opens, when opened, specify the port number, the default is 27017, using the default value, do not specify.2, firewall shutdown or allow port (6666) through the firewall3, the case of authentication, database connection and user name, password to match. The correspondence between the database
Clear Data
Bulk Delete and change data
Statistical information
Renamed
Import Export
GitHub Address: Https://github.com/iwind/rockmongo: Http://rockmongo.com/downloadsThen download the PHP extension for MangodbThe extension of the PHP MongoDB:Https://github.com/mongodb/mongo-php-driver, this is an official extension.http://php.net/manual/en/mongo.installation.phpDLL is downloaded under Windows, opening
Install Robomongo on Ubuntu and add it to the starter, ubunturobomongo
Currently, robobench is still the best client management tool for MongoDB. To install robobench on Ubuntu, you can directly download the .tar.gz package from the official website and decompress it. Then, run the robomongo file in the bin directory to start the interface. For example, extract the downloaded .tar.gz package to the/usr/loc
Label:At the beginning of the installation of the time still feel very simple really loaded when the information on the Internet is uneven again to organize a installation method Separately to download MongoDB and Robomongo The author here is MONGO 3.0.5 Robomongo is 0.8.5, respectively, has been confirmed after the installation of Robomongo first without tube Fi
Robomongo,mongo Visualization Tools
Wow, actually she is three (sinister face).You see, the interface is fresh, let people feel relaxed (shy), who still want to Win+r+mongo ah ah.Oh, yes, go on ... Say the right thing.
In here ... Using SQL to further understand the MongoDB
SQL Terminology/Concepts
MongoDB Terminology/Concepts
Interpretation/Description
Database
Database
Database tables
Table
Today, because of the project reason again used to MongoDB, although also contacted before, but because the demand is not much, no systematic learning. Today in detail how to learn MongoDB and a relatively good tool Robomongo, personally think it is not bad, use the JS script instead of SQL statements for data operations. I feel good. MongoDB Introduction
First put a connection [http://blog.csdn.net/zhangzhebjut/article/details/13316761]-->
later f
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.