Home>Article> How to start mongodb service in windows environment

How to start mongodb service in windows environment

coldplay.xixi
coldplay.xixi Original
2021-04-12 14:17:40 26963browse

How to start the mongodb service in the windows environment: first open the command window and switch to the "bin" directory under the mongodb installation directory; then start the service and print some startup information in the command window; finally in the browser Enter [http://localhost:27017/].

How to start mongodb service in windows environment

#The operating environment of this article: Windows 7 system, Dell G3 computer.

How to start the mongodb service in a windows environment:

1. Open the command window and switch to the "bin" directory under the mongodb installation directory.

Enter the command: cd E:\software\MongoDB\Server\3.4\bin

How to start mongodb service in windows environment

##2. Start the service. Enter the command: "mongod --dbpath E:\software\MongoDB\data

How to start mongodb service in windows environment

Note: --dbpath specifies the database storage directory. Please note that there are two "" before dbpath -".

3. If some startup information is printed in the command window, it means the startup is successful. As shown below:

How to start mongodb service in windows environment

4. Enter in the browser http://localhost:27017/, you can see the displayed information is:

How to start mongodb service in windows environment

So far, the mongodb service has been started successfully. Close the command window to close the mongodb service.

Related video recommendations:

PHP programming from entry to proficiency

The above is the detailed content of How to start mongodb service in windows environment. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn