~$ mongo
MongoDB shell version: 2.2.3
connecting to: test
>
why is my server name test? and where can I change it?
why is my server name |
|||
|
'test' is the default database. You can change current db with the help of use command. use NewDatabaseName If "NewDatabaseName" is not exist it will be created in Mongo. |
|||
|
|
localhostby default – Sammaye Feb 15 at 19:32