Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
~$ mongo MongoDB shell version: 2.2.3 connecting to: test >
私のサーバー名はなぜtestですか?どこで変更できますか?
test
「test」はデフォルトのデータベースです。use コマンドを使用して、現在のデータベースを変更できます。
NewDatabaseNameを使用
「NewDatabaseName」が存在しない場合は、Mongo で作成されます。