要查看MongoDB中的数据库,可以使用以下命仗:
mongo
show dbs
use <database_name>
show collections
db.<collection_name>.find()
通过以上命令可以查看MongoDB中的数据库和其数据。