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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c - Avoiding Extra Malloc in Linked List (node->next = NULL) -