Apr 012011
Displays all the databases on MongoDB
Answer:
To display all the active databases on a MongoDB server, type
show dbs
To use it, like MySQL, try
use test
(Assume you need to use the test db)
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Displays all the databases on MongoDB
Answer:
To display all the active databases on a MongoDB server, type
show dbs
To use it, like MySQL, try
use test
(Assume you need to use the test db)