@ckubs Excellent, I'm glad that went well!
Can I see nodeBB database in MongoDBCompass?
-
Hi, i am pretty new to programming but I try to set up a platform where people can share tecnical ideas and build something together. However I am currently stuck in the windows installation. I am stuck at this command:
net stop MongoDB
net start MongoDB
mongo -u admin -p your_password --authenticationDatabase=adminFirst I dont really know which console I have to use for this command. I used the mongosh exe, that came with the MongoDBshell. When typing in the command, I get the following error:
- should the database nodebb be visible in MongoDBCompass? It is not under the localhost adress
Thanks in advance!
- should the database nodebb be visible in MongoDBCompass? It is not under the localhost adress
-
@Topper You need to exit the mongo cli before executing those commands
-
You said you tried git bash and it didn't work? What is the error exactly? Try using
cmd
orPowerShell
built into Windows. -
@Topper how did you install mongodb? Did you [add the mongo binaries to your PATH as documented here] (https://docs.nodebb.org/installing/os/windows/)?