Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do I start mongodb on mac?



How do I start mongodb on mac?..

Answer / Girish Candra Sharma

To start MongoDB on a Mac, you can use Homebrew or install it manually. Here's how to start MongoDB using Homebrew:

1. Install MongoDB using the following command:

```
brew install mongodb
```

2. Start MongoDB with the following command:

```
mongod
```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

What type of dbms is mongodb?

1 Answers  


Can you achieve primary key - foreign key relationships in mongodb?

1 Answers  


What are mongodb shards?

1 Answers  


Explain the structure of objectid in mongodb.?

1 Answers  


How do you limit the number of result returned?

1 Answers  


What is the benefit of mongodb?

1 Answers  


Is mongodb encrypted?

1 Answers  


Why mongodb data files so large (in size)?

1 Answers  


How do I do transactions/locking?

1 Answers  


How do I start mongodb locally?

1 Answers  


How does journaling work in mongodb?

1 Answers  


What is the importance of covered query?

1 Answers  


Categories