In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-02-23 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >
Share
Shulou(Shulou.com)06/02 Report--
This article is about how to install MongoDB database under CentOS7. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.
Conventional installation
Go to the official website to download the installation package, I choose the version is CentOS7, package choice of tgz.
After that, I need to upload the compressed package to the server and decompress it. I uploaded it to the / usr/local directory, and I changed my name for convenience.
Tar-zxvf mongodb-linux-x86_64-rhel70-5.0.5.tgz# rename mv mongodb-linux-x86_64-rhel70-5.0.5.tgz mongodb
Then go to this directory to create a folder for storing data data and log log.
Go to the bin directory. Execute the startup command as follows:
. / mongod-- port=27017-- dbpath=../data-- logpath=../logs/mongo.log
Because the specified log file is specified, the log is output to the log at startup and the terminal does not display any logs.
Test whether the startup is successful, reopen a connection, enter cd / usr/local/mongodb/bin, and execute. / mongo-- port=27017.
Install using Docker
Pull the image
Docker pull mongo:5.0.5
Run Mirror
Docker run-d-p 27017 27017-- name mongo mongo:5.0.5
Enter the container
Docker exec-it mongo bashmongo
Connection test
Connect the MongoDb using the connection tool
Thank you for reading! This is the end of this article on "how to install MongoDB database under CentOS7". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it out for more people to see!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.