啟動mongodb的Shell環境
連接本地端機器上的database。
connects to the [database] on 192.168.11.3
connects to the [database] on [IP Address] on [port number]
指定IP位址與使用Port number。
- ./bin/mongo
連接本地端機器上的database。
- ./mongo [database Name]
- ./mongo testdb
connects to the [database] on 192.168.11.3
指定連接特定位址上的database
- ./mongo [IP Address]/[database]
- ./mongo 192.168.11.3/testdb
connects to the foo database on [domainName]
指定連接domainName上的database。
- ./mongo [domainName]/[database]
- ./mongo dbserver.mydomain.com/testdb
connects to the [database] on [IP Address] on [port number]
指定IP位址與使用Port number。
- ./mongo [IP Address]:[Port Number]/[database]
- ./mongo 192.168.11.3:7000/testbase
沒有留言:
張貼留言