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 mongod instance

but when try run mongo in separate terminal gives error creating database

enter image description here

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

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -