You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
420 B
Plaintext

// Show current database
db
// Select or switch database
use mydb
// Execute a JavaScript file
load(myscript.js)
// Display help
help
// Display help on DB methods
db.help()
// Display help on Collection
db.mycol.help()
// Show all databases
show dbs
// Show all collections in current database
show collections
// Show all users on current database
show users
// Show all roles on current database
show roles