0
点赞
收藏
分享

微信扫一扫

mongodb开启服务

大沈投资笔记 2022-03-11 阅读 86

先进入到mongodb/bin目录下

mongod --dbpath D:\MongoDB\data

导入数据:

mongorestore -h 127.0.0.1:27017 -d doracms --drop D:\doracms


#  linux 添加mongo库

传送门:https://www.html-js.cn/details/ry4-B-hkf.html

举报

相关推荐

0 条评论