본문 바로가기

Server Dev

[CentOS] CentOS 64Bit MongoDB 3.2 설치하기



mongoDB Download : https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.2.1.tgz


오늘은 그냥 다른분들 링크로 대신합니다.


설치 방법 1 : http://hellogk.tistory.com/127

설치 방법 2(yum 설치) :  

http://yakolla.tistory.com/55http://jjipsycho.tistory.com/677http://notemusic.tistory.com/39


계정만들기

use admin

db.createUser({user:"<username>", pwd:"<password>", roles:["userAdminAnyDatabase","dbAdminAnyDatabase","readWriteAnyDatabase"]})




'Server Dev' 카테고리의 다른 글

[CentOS] git 2.9 설치하기  (0) 2016.06.21
[CentOS]톰캣 로그 log 파일 분할 - logrotate  (0) 2016.01.29
JsonSerialize  (2) 2015.11.23
intellij java decompiler plugin  (0) 2015.10.06
intellij svn disconnect 플러그인 설치  (0) 2015.09.18