This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // List all databases | |
| show dbs | |
| // Switch to a database | |
| use dbname | |
| // List all collections in the current database | |
| show collections | |
| // Drop current database |
OlderNewer