mongo installation

https://www.mongodb.com/download-center/community

    You can start and shut down services in service

      net stop "mongodb"

     net start "mongodb server"

  Configuration environment variable to the directory path

        C:\Program Files\MongoDB\Server\4.0\bin

 

Configuration Service

C:\Users\Eric>mongo --host localhost --port 27017

  cls clear screen

 user ... logic switching logic library library name

show dbs to see how many logical libraries

 

Download the graphical interface

  https://robomongo.org/download

   robo 3t

        studio 3T can convert SQL statements into statements mongodb

 

Guess you like

Origin www.cnblogs.com/ericblog1992/p/11401068.html