Aaron-Staples-MacBook-Pro:mongo aaron$ mongo *
MongoDB shell version: 1.8.2
connecting to: *
> db.c.save({})
> show dbs
- 0.078125GB
local (empty)
>
Apparently a db named '*' isn't allowed - we should validate the db name passed to the shell to prevent this situation.
- is duplicated by
-
SERVER-3898 Unknown DB
- Closed