Error while creating a database in mongodb (not a valid database name in mongo.js) -
i trying create database in mongo db using command use db shorten
when run mongod instance outputs
but when try run mongo in separate terminal gives error creating database
the data/db permissions set 755 , couldn't find related it
if db called 'shorten' should type use shorten
. it's 'db' in there that's messing up.
Comments
Post a Comment