Hi , I have started a mongod process by typing mongod in IDE .The mongod process has started . I want to get the mongo shell up and running, I have typed “mongo” to connect mongo shell to my mongo process and to get the command prompt “>” . It didn’t work. I like to practice what the lecturer said about :
db.createCollection(“employees”) and >use admin and >dbshutdownServer and
exit but : 1- how can I get the command prompt?
2- If I want to continue to use terminal, I need to open a new window
how can I do that?