mongoDB 學習筆記

MongoDB學習 安裝mongodb 社區版 server 端 更新brew源 brew update 安裝mongodb brew install mongodb 創建db 目錄 mkdir -p ~/data/db 此目錄可自定義 但必須保證用戶有讀寫權限 運行server端 mongod --dbpath ~/data/db/ 默認監聽在27071端口 clinet 端 shell 方式
相關文章
相關標籤/搜索