This may not be a web2py/pydal issuer. Can you connect using pymongo with a 
password?

On Monday, 20 March 2017 08:41:28 UTC-5, vikas mittal wrote:
>
> 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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to