MongoDB: Production Standalone: Difference between revisions
Jump to navigation
Jump to search
MongoDB: Production Standalone (view source)
Revision as of 08:23, 24 November 2010
, 24 November 2010Reverted 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 14: | Line 13: | ||
The first task after installation is to change this Admin default password. | The first task after installation is to change this Admin default password. | ||
Independent operation is achieved using a single binary (PHP 5.3.2 compiled with common extensions including new WinBinder with UTF-8 support) extracted from phpack v0.7.5 see [http://winbinder.org/forum/viewtopic.php?f=8& | Independent operation is achieved using a single binary (PHP 5.3.2 compiled with common extensions including new WinBinder with UTF-8 support) extracted from phpack v0.7.5 see [http://winbinder.org/forum/viewtopic.php?f=8&t=1148 '''Winbinder forum'''] for details. The dll is located in phpack basic stubs folder. | ||
Line 37: | Line 36: | ||
== Run == | == Run == | ||
{| | {| | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Start Windows interface''''' | '''''Start Windows interface''''' | ||
Line 54: | Line 53: | ||
| | | | ||
[[Image:MongoDB_1_start.gif]] | [[Image:MongoDB_1_start.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Start Server''''' | '''''Start Server''''' | ||
Line 73: | Line 72: | ||
| | | | ||
[[Image:Mongodb_c_1.gif]] | [[Image:Mongodb_c_1.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''Button ''Start Mongo Client''''' | '''Button ''Start Mongo Client''''' | ||
Line 100: | Line 99: | ||
* '''''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 database and delete it - | # ''Drop Database'' - Select a database and delete it - | ||
Line 114: | Line 113: | ||
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 124: | Line 123: | ||
| | | | ||
[[Image:Mongodb_common_1.gif]] | [[Image:Mongodb_common_1.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Change Admin Password''''' | '''''Change Admin Password''''' | ||
Line 141: | Line 140: | ||
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 155: | Line 154: | ||
| | | | ||
[[Image:Mongodb_create_db.gif]] | [[Image:Mongodb_create_db.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Drop Database''''' | '''''Drop Database''''' | ||
Line 170: | Line 169: | ||
These menu items require MongoDB to be running | These menu items require MongoDB to be running | ||
{| | {| | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Add User''''' | '''''Add User''''' | ||
Line 188: | Line 187: | ||
| | | | ||
[[Image:Mongodb_create_db.gif]] | [[Image:Mongodb_create_db.gif]] | ||
|-valign= | |-valign="top" | ||
| | | | ||
'''''Delete User''''' | '''''Delete User''''' | ||
Line 206: | Line 205: | ||
'''''Files'':''' | '''''Files'':''' | ||
<pre> | |||
Run_start_mongo.bat - Run MongoDB server hidden | Run_start_mongo.bat - Run MongoDB server hidden | ||
Run_stop_mongo.bat - Cleanly stop MongoDB server | Run_stop_mongo.bat - Cleanly stop MongoDB server | ||
Line 212: | Line 211: | ||
Run_cmd.bat - Opens a command window changes to bin folder allowing | Run_cmd.bat - Opens a command window changes to bin folder allowing | ||
you to run MongoDB's command line tools | you to run MongoDB's command line tools | ||
</pre> | |||
== Summary == | == Summary == |