Company developed mongo db is “10gen” uses GPL and CPL licenses
Normally this caused because you didn’t start mongod process before you try starting mongo shell.
Start mongod server
1 |
<span class="pln">mongod</span> |
Open another terminal window
Start mongo shell
1 |
<span class="pln">mongo</span> |
0 Comments