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 |
What type of dbms is mongodb?
Can you achieve primary key - foreign key relationships in mongodb?
What are mongodb shards?
Explain the structure of objectid in mongodb.?
How do you limit the number of result returned?
What is the benefit of mongodb?
Is mongodb encrypted?
Why mongodb data files so large (in size)?
How do I do transactions/locking?
How do I start mongodb locally?
How does journaling work in mongodb?
What is the importance of covered query?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)