MongoDB: Production Plugin: Difference between revisions
Jump to navigation
Jump to search
m
Reverted edits by Upazixorys (Talk); changed back to last version by BobS
Upazixorys (talk | contribs) No edit summary |
m (Reverted edits by Upazixorys (Talk); changed back to last version by BobS) |
||
Line 1: | Line 1: | ||
{{Nav MongoDB}} | {{Nav MongoDB}} | ||
'''''MongoDB''''' | '''''MongoDB''''' | ||
Line 32: | Line 31: | ||
== Run == | == Run == | ||
{| | {| | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Start Windows interface''''' | '''''Start Windows interface''''' | ||
Line 49: | Line 48: | ||
| | | | ||
[[Image:MongoDB_1_start.gif]] | [[Image:MongoDB_1_start.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Start Servers''''' | '''''Start Servers''''' | ||
Line 68: | Line 67: | ||
| | | | ||
[[Image:Mongodb_d_1.gif]] | [[Image:Mongodb_d_1.gif]] | ||
|-valign= | |-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 | # ''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= | |-valign="top" | ||
| | | | ||
'''''Change Port''''' | '''''Change Port''''' | ||
Line 128: | Line 127: | ||
| | | | ||
[[Image:Mongodb_common_1.gif]] | [[Image:Mongodb_common_1.gif]] | ||
|-valign= | |-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= | |-valign="top" | ||
| | | | ||
'''''Create Database''''' | '''''Create Database''''' | ||
* Enter a User Name | * Enter a User Name | ||
* Enter a password for that user& | * Enter a password for that user | ||
* 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= | |-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= | |-valign="top" | ||
| | | | ||
'''''Add User''''' | '''''Add User''''' | ||
Line 192: | Line 191: | ||
| | | | ||
[[Image:Mongodb_create_db.gif]] | [[Image:Mongodb_create_db.gif]] | ||
|-valign= | |-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 | * Run Servers - Click "Start Servers" button | ||
{| | {| | ||
|-valign= | |-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= | |-valign="top" | ||
| | | | ||
'''''Run phpMoAdmin''''' | '''''Run phpMoAdmin''''' | ||
Click | 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'':''' | ||
<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. | ||
</pre> | |||
'''''Note'':''' | '''''Note'':''' |