qing_dan
(Qing Dan)
7
The following commands work fine for me:
-
find mongdb.conf and find the storage path from mongb.conf
dbPath: /opt/homebrew/var/mongodb
-
open the folder Permissions
sudo chown -R $(whoami) /opt/homebrew/var/mongodb
-
mongod --port 52885 --dbpath /opt/homebrew/var/mongodb