摘要: # 登录mongo数据库 mongo mongo -u 用户名 -p 密码 --authenticationDatabase 数据库名 # 数据库简单操作 show dbs use 数据库名 show tables db.数据库名.find() db.createCollection("集合名") 阅读全文
posted @ 2023-05-17 09:53 左岸丶 阅读(9) 评论(0) 推荐(0) 编辑