CentOS7安装Mongodb

下载
cd /usr
wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.0.tgz
解压
tar zxvf mongodb-linux-x86_64-4.0.0.tgz
mv mongodb-linux-x86_64-4.0.0 mongodb
配置环境变量
vim /etc/profile
export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE HISTCONTROL 一行的上面添加如下内容:
export PATH=/usr/mongodb/bin:$PATH
立即生效
source /etc/profile
创建文件

编辑配置vim /usr/mongodb/mongodb.conf

修改权限

关闭数据库

密码登陆vim /usr/mongodb/mongodb.conf

添加管理员

设置开机自启
/lib/systemd/system/下创建mongodb.service

并设置权限
chmod 755 mongodb.service
开机自启
systemctl enable mongodb.service

You May Also Like

Comments

Leave a Comment

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code class="" title="" data-url=""> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> <pre class="" title="" data-url=""> <span class="" title="" data-url="">