Mongo waiting on 27017 even after reinstall

前端 未结 9 1819
闹比i
闹比i 2021-01-03 23:23

I have uninstalled and reinstalled mongo (3.0.1), being sure i accepted the network access on windows 8, and yet i still have the same issue of \"waiting on 27017\".

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-03 23:41

    It is clearly mentioned in above message that mongoDB is starting.

     2015-04-01T21:33:47.134-0400 I CONTROL  [initandlisten] MongoDB starting : pid=7436 port=27017 dbpath=C:\mongodb\data 64
        -bit host=CookieMunster
    

    If you want to connect to the mongoDB shell, open a new cmd window and write command:

    mongo.exe
    

提交回复
热议问题