連接mongodb

使用自訂路徑 mongodb

mkdir mongodb
#預設使用port 20815
mongod --dbpath mongodb
#執行mongo連接
mongo
>show dbs
> quit()

Last updated