붉은거위 노트 (redgoose note)

mongoDB

Nest
Development
Category
Database
Hit
625
Star
0

MacOS에서 MongoDB 설치하기

https://nesoy.github.io/articles/2017-04/MongoDB

우분투에서 MongoDB 설치하기

https://www.devkwon.com/posts/116

brew 에서의 서비스 컨트롤

// 서비스 시작
brew services start mariadb

// 서비스 중지
brew services stop mariadb

// 서비스 재시작
brew services restart mariadb