type
status
date
slug
summary
tags
category
icon
password

下载安装

1.下载的 MongoDB 数据库的地址为:
打开后的页面为: (它会自动检测你电脑的版本,及适合下载的 MongoDB 版本号);
notion image
2.安装过程
notion image
一路next到这一步时,可以选择custom来修改安装路径
notion image
因勾选后需要等待下载比较慢,这里可视化工具后期可单独装
之后再次一路next+finish即可安装完毕

配置运行

1.配置环境变量
右键此电脑→属性→高级系统设置
notion image
notion image
notion image
找到 path,并打开路径,将自己的 MongoDB 的 bin 文件地址添加上去,再点击确定。
 
2.在安装路径下找到data文件夹,新建db文件夹
因为启动 MongoDB 服务之前需要必须创建数据库文件的存放文件夹,否则命令不会自动创建,而且不能启动成功;
notion image
 
 
3.注意:MongoDB6之前shell是直接在里面的6之后需要单独下载
下载完毕后,将bin文件下的两个文件移到安装目录的bin文件夹下
notion image
 
4. windows+R cmd
键入mongosh 运行
notion image
在浏览器中输入
localhost:27017 得到↓
notion image
 
成功!!
 
编译原理超级基础的NLP
Loading...