Answers for "nonexistentpath data directory /data/db not found"

2

nonexistentpath data directory /data/db not found

# Create the folder
sudo mkdir -p /data/db/

# Set the ownership of the folder
sudo chown `id -u` /data/db
Posted by: Guest on August-21-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language