What version of MongoDB is installed on Ubuntu

前端 未结 6 1012
你的背包
你的背包 2020-12-23 21:42

Hi I\'m a bit of a shell n00b.

Can anyone tell me how I would check the version of MongoDB that is installed on my Linux Ubuntu machine?

I see that my MongoD

6条回答
  •  伪装坚强ぢ
    2020-12-23 22:09

    When you entered in mongo shell using "mongo" command , that time only you will notice

    MongoDB shell version v3.4.0-rc2
    connecting to: mongodb://127.0.0.1:27017
    MongoDB server version: 3.4.0-rc2
    

    also you can try command,in mongo shell , db.version()

提交回复
热议问题