Installed MongoDB but it is not showing up in program files or in uninstall or change a program

Mahnoor

I installed MongoDB for windows 64 bit that I installed from (http://www.mongodb.org/downloads), the whole process of installing was okay. When I finished the installation and got back to my C:\Program Files there I found nothing. Then I restarted my laptop but found nothing. I again installed it, this time I installed it with customize option in 'D' directory but again no folder was found and it is not installed. Even I searched its files but no file was found. What's the issue here? Thanks in advance for any help in this regard.

Wimpie Vermaak

To install:

  1. Run the installer without Compass selected.
  2. Download Compass as a separate installation file (from the tabs on the download page of Mongo) and install it.

When you try to connect to the server from Compass you will see that the server is not running.

To get the server running:

  1. Look under C:\Program Files\3.6\bin and run mongod.exe
  2. In Compass try to connect to the server again

If you are still not able to connect make sure you have the default database path created: C:\data\db

Then run mongod.exe again.

It should be able to connect now without any problems.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Uninstall a program installed with Wine

From Dev

Uninstall every program that I've installed

From Dev

How to uninstall program, which was installed via ./

From Dev

Program isn't showing up

From Dev

Entry() Is not showing up in my program

From Dev

Add an entry to "Uninstall or change a program" in Windows 7

From Dev

How do one uninstall a program installed with Flatpak [Xubuntu 18.04]

From Dev

How do one uninstall a program installed with Flatpak [Xubuntu 18.04]

From Dev

How to uninstall a program installed by another user that is not accessible anymore?

From Dev

Wix uninstall not removing files, always assumes program files\myApp folder

From Dev

Wix uninstall not removing files, always assumes program files\myApp folder

From Dev

How to change the ownership of the installed program to my account?

From Dev

Inno Setup: how to make a change option on "Uninstall or change a program"

From Dev

uninstall program compiled with make

From Dev

Uninstalling program with no uninstall option

From Dev

How to uninstall a program in linux?

From Dev

PhpStorm: loading external files locks up program

From Dev

Will compiling python files to cython speed up the program?

From Dev

making shell program on bash and call files in program and change text

From Dev

Change files while running java program in Eclipse

From Dev

Best approach to change the Program Files directory

From Dev

Change default program for opening .vbs files

From Dev

How to change the directory to program files using Powershell?

From Dev

How to uninstall MongoDB that was manually installed

From Dev

Uninstall program without uninstall file (Windows 10)

From Dev

Variables not showing up in bat file my program made

From Dev

Uninstall a program tile in Windows 8.1

From Dev

Unable to Uninstall Program : Own by OS

From Dev

The program 'bundle' is currently not installed

Related Related

  1. 1

    Uninstall a program installed with Wine

  2. 2

    Uninstall every program that I've installed

  3. 3

    How to uninstall program, which was installed via ./

  4. 4

    Program isn't showing up

  5. 5

    Entry() Is not showing up in my program

  6. 6

    Add an entry to "Uninstall or change a program" in Windows 7

  7. 7

    How do one uninstall a program installed with Flatpak [Xubuntu 18.04]

  8. 8

    How do one uninstall a program installed with Flatpak [Xubuntu 18.04]

  9. 9

    How to uninstall a program installed by another user that is not accessible anymore?

  10. 10

    Wix uninstall not removing files, always assumes program files\myApp folder

  11. 11

    Wix uninstall not removing files, always assumes program files\myApp folder

  12. 12

    How to change the ownership of the installed program to my account?

  13. 13

    Inno Setup: how to make a change option on "Uninstall or change a program"

  14. 14

    uninstall program compiled with make

  15. 15

    Uninstalling program with no uninstall option

  16. 16

    How to uninstall a program in linux?

  17. 17

    PhpStorm: loading external files locks up program

  18. 18

    Will compiling python files to cython speed up the program?

  19. 19

    making shell program on bash and call files in program and change text

  20. 20

    Change files while running java program in Eclipse

  21. 21

    Best approach to change the Program Files directory

  22. 22

    Change default program for opening .vbs files

  23. 23

    How to change the directory to program files using Powershell?

  24. 24

    How to uninstall MongoDB that was manually installed

  25. 25

    Uninstall program without uninstall file (Windows 10)

  26. 26

    Variables not showing up in bat file my program made

  27. 27

    Uninstall a program tile in Windows 8.1

  28. 28

    Unable to Uninstall Program : Own by OS

  29. 29

    The program 'bundle' is currently not installed

HotTag

Archive