MongoDB: Production Plugin: Difference between revisions

m
Reverted edits by Upazixorys (Talk); changed back to last version by BobS
No edit summary
m (Reverted edits by Upazixorys (Talk); changed back to last version by BobS)
 
Line 1: Line 1:
=[http://edojalys.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]=
{{Nav MongoDB}}
{{Nav MongoDB}}
'''''MongoDB'''''
'''''MongoDB'''''
Line 32: Line 31:
== Run ==
== Run ==
{|
{|
|-valign="top"
|-valign="top"
|
|
'''''Start Windows interface'''''
'''''Start Windows interface'''''
Line 49: Line 48:
|
|
[[Image:MongoDB_1_start.gif]]
[[Image:MongoDB_1_start.gif]]
|-valign="top"
|-valign="top"
|
|
'''''Start Servers'''''
'''''Start Servers'''''
Line 68: Line 67:
|
|
[[Image:Mongodb_d_1.gif]]
[[Image:Mongodb_d_1.gif]]
|-valign="top"
|-valign="top"
|
|
'''Button ''Start Mongo Client'''''
'''Button ''Start Mongo Client'''''
Line 104: Line 103:


* '''''Databases'''''
* '''''Databases'''''
# ''Create Database'' - Create a new database assign user and password<br>For an existing database update user password<br>For existing database assign a new user and password
# ''Create Database'' - Create a new database assign user and password<br>For an existing database update user password<br>For existing database assign a new user and password
# ''Drop Database''    - Select a datbase and delete it          -
# ''Drop Database''    - Select a datbase and delete it          -


Line 118: Line 117:
Both menu items open the same pop-up window
Both menu items open the same pop-up window
{|
{|
|-valign=&quot;top&quot;
|-valign="top"
|
|
'''''Change Port'''''
'''''Change Port'''''
Line 128: Line 127:
|
|
[[Image:Mongodb_common_1.gif]]
[[Image:Mongodb_common_1.gif]]
|-valign=&quot;top&quot;
|-valign="top"
|
|
'''''Change Admin Password'''''
'''''Change Admin Password'''''
Line 145: Line 144:
These menu items require MongoDB to be running
These menu items require MongoDB to be running
{|
{|
|-valign=&quot;top&quot;
|-valign="top"
|
|
'''''Create Database'''''
'''''Create Database'''''


* Enter a User Name
* Enter a User Name
* Enter a password for that user&amp;nbsp;&amp;nbsp;
* Enter a password for that user&nbsp;&nbsp;
* Enter database name to create
* Enter database name to create
* Click '''''Create or change''''' button
* Click '''''Create or change''''' button
Line 159: Line 158:
|
|
[[Image:Mongodb_create_db.gif]]
[[Image:Mongodb_create_db.gif]]
|-valign=&quot;top&quot;
|-valign="top"
|
|
'''''Drop Database'''''  
'''''Drop Database'''''  
Line 174: Line 173:
These menu items require MongoDB to be running  
These menu items require MongoDB to be running  
{|
{|
|-valign=&quot;top&quot;
|-valign="top"
|
|
'''''Add User'''''
'''''Add User'''''
Line 192: Line 191:
|
|
[[Image:Mongodb_create_db.gif]]
[[Image:Mongodb_create_db.gif]]
|-valign=&quot;top&quot;
|-valign="top"
|
|
'''''Delete User'''''
'''''Delete User'''''
Line 210: Line 209:


* Start MongoDB  - Double click on Start_MongoDB.exe
* Start MongoDB  - Double click on Start_MongoDB.exe
* Run Servers    - Click &quot;Start Servers&quot; button
* Run Servers    - Click "Start Servers" button


{|
{|
|-valign=&quot;top&quot;
|-valign="top"
|
|
'''''Run test script'''''
'''''Run test script'''''
Line 222: Line 221:
|
|
[[Image:MongoDB_1_test_script.gif]]
[[Image:MongoDB_1_test_script.gif]]
|-valign=&quot;top&quot;
|-valign="top"
|
|
'''''Run phpMoAdmin'''''
'''''Run phpMoAdmin'''''


Click &quot;Run phpMoAdmin&quot; button
Click "Run phpMoAdmin" button


Test script creates a database with two entries this allows you to explore phpMoAdmin features.  
Test script creates a database with two entries this allows you to explore phpMoAdmin features.  
Line 260: Line 259:


'''''Files'':'''
'''''Files'':'''
&lt;pre&gt;
<pre>
Start_mongo.bat  - Run MongoDB server hidden
Start_mongo.bat  - Run MongoDB server hidden
Stop_mongo.bat    - Cleanly stop MongoDB server
Stop_mongo.bat    - Cleanly stop MongoDB server
Line 267: Line 266:
                     you to run MongoDB's command line tools
                     you to run MongoDB's command line tools
uniserv.exe      - Uniform Server utility. Runs a program in background.
uniserv.exe      - Uniform Server utility. Runs a program in background.
&lt;/pre&gt;
</pre>


'''''Note'':'''
'''''Note'':'''