Open the MongoDB installation directory in the command and find mongo.exe,
mongo.exe localhost:27017
Here we go. I don’t know why, but I’ve seen this question so many times. Why on earth would everyone want to use a browser to access a database? Wouldn't a more natural idea be to use a shell or GUI?
Open the MongoDB installation directory in the command and find mongo.exe,
Here we go.
I don’t know why, but I’ve seen this question so many times. Why on earth would everyone want to use a browser to access a database? Wouldn't a more natural idea be to use a shell or GUI?
This prompt means that the installation is successful. As for the mongodb operation, let’s learn it