...
- Connect to the Mongo shell
in order to connect, mongosh has to be installed as well, please see Install mongosh — MongoDB Shell
Code Block | ||
---|---|---|
| ||
> mongo --authenticationDatabase admin>mongosh -u bvq -p P@ssw0rd |
2. Show DB´s
...
...
Code Block | ||
---|---|---|
| ||
> mongo --authenticationDatabase admin>mongosh -u bvq -p P@ssw0rd |
2. Show DB´s
...