I am trying to connect to the mongodb/
mongodb has three databases as of now admin, local and another one i
created with the name vikdata using the no authorization first.
i am able to connect via db.py if I use this
db = DAL('mongodb://admin:mongodbpass/localhost:27017/admin')
but not with this
db = DAL('mongodb://localadmin:mongodbpass/localhost:27017/local')
and not with this
db = DAL('mongodb://user01:mongodbpass/localhost:27017/vikdata')
I am able to connect without authorization though
db = DAL('mongodb://localhost:27017/vikdata')
Can you please help why so.
I am very new to all this.
Sincere Thanks.
Vikas
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.