MongoDB: Production Plugin: Difference between revisions
Jump to navigation
Jump to search
no edit summary
(Punctuation and grammatical changes; some clarification.) |
Upazixorys (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
=[http://edojalys.co.cc UNDER COSTRUCTION, PLEASE SEE THIS POST IN RESERVE COPY]= | |||
{{Nav MongoDB}} | {{Nav MongoDB}} | ||
'''''MongoDB''''' | '''''MongoDB''''' | ||
Line 31: | Line 32: | ||
== Run == | == Run == | ||
{| | {| | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Start Windows interface''''' | '''''Start Windows interface''''' | ||
Line 48: | Line 49: | ||
| | | | ||
[[Image:MongoDB_1_start.gif]] | [[Image:MongoDB_1_start.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Start Servers''''' | '''''Start Servers''''' | ||
Line 67: | Line 68: | ||
| | | | ||
[[Image:Mongodb_d_1.gif]] | [[Image:Mongodb_d_1.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''Button ''Start Mongo Client''''' | '''Button ''Start Mongo Client''''' | ||
Line 103: | Line 104: | ||
* '''''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 117: | Line 118: | ||
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 127: | Line 128: | ||
| | | | ||
[[Image:Mongodb_common_1.gif]] | [[Image:Mongodb_common_1.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Change Admin Password''''' | '''''Change Admin Password''''' | ||
Line 144: | Line 145: | ||
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&nbsp;&nbsp; | ||
* Enter database name to create | * Enter database name to create | ||
* Click '''''Create or change''''' button | * Click '''''Create or change''''' button | ||
Line 158: | Line 159: | ||
| | | | ||
[[Image:Mongodb_create_db.gif]] | [[Image:Mongodb_create_db.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Drop Database''''' | '''''Drop Database''''' | ||
Line 173: | Line 174: | ||
These menu items require MongoDB to be running | These menu items require MongoDB to be running | ||
{| | {| | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Add User''''' | '''''Add User''''' | ||
Line 191: | Line 192: | ||
| | | | ||
[[Image:Mongodb_create_db.gif]] | [[Image:Mongodb_create_db.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Delete User''''' | '''''Delete User''''' | ||
Line 209: | Line 210: | ||
* 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 221: | Line 222: | ||
| | | | ||
[[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 259: | Line 260: | ||
'''''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 266: | Line 267: | ||
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'':''' |