Last active 1729920630

Revision 3c2c40d0ff5a0a812b26dc253c7e12fc2016306e

MongoDB-2.sh Raw
1$ sudo mkdir -p /data/db
2$ ./mongod
3$
4$ # The mongosh shell connects to localhost and test database by default:
5$ ./mongosh
6test> help