mongo --host <IP> -u root -p <PASS> show dbs use <db_name> show collections db.<COLLECTION>.find() db.<COLLECTION>.find().pretty()
Last updated 3 months ago
Was this helpful?