Mac 운영체제에서 MongoDB 포트 변경 방법Database2024. 7. 19. 23:55
Table of Contents
1.MongoDB 실행 포트 확인하기
lsof -i | grep mongo
2.mongod.conf 위치
macOS Apple silicon: /opt/homebrew/etc/mongod.conf (homebrew 이용하여 mongodb 설치 경우)
macOS Intel chip: /usr/local/etc/mongod.conf
Linux: /etc/mongod.conf
systemLog:
destination: file
path: /opt/homebrew/var/log/mongodb/mongo.log
logAppend: true
storage:
dbPath: /opt/homebrew/var/mongodb
net:
bindIp: 0.0.0.0, ::1
ipv6: true
port: 28018
3. MongoDB 재실행
brew services stop mongodb-community@7.0
brew services start mongodb-community@7.0
반응형
'Database' 카테고리의 다른 글
MySQL 8.0 사용자 계정 생성 및 권한 설정 (0) | 2023.03.02 |
---|---|
MongoDB 데이터베이스 사용자 추가 및 권한 설정 (0) | 2022.12.27 |
MariaDB 사용자 접근 권한 설정 (0) | 2022.12.27 |
MongoDB 커넥션 상태 정보 확인 (0) | 2022.02.18 |
Mongodb Replication 구성 시 Reconfig attempted to install a config that would change the implicit default write concern.. 장애 해결 방법 (0) | 2022.02.15 |
@kogun82 :: Ctrl+C&V 로 하는 프로그래밍
Korean BioInformation Center(KOBIC) Korea Research Institute of Bioscience & Biotechnology Address: #52 Eoeun-dong, Yuseong-gu, Deajeon, 305-806, KOREA +82-10-9936-2261 e-mail: kogun82@kribb.re.kr Blog: kogun82.tistory.com Homepage: www.kobic.re.kr
포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!