Closed ssimeonov closed 11 years ago
Due to the upgrade to mongo-c-driver 0.7, mongo.create() accepts host names now.
even if the ip address is given instead of hostname the same error ooccurs
> m<-mongo.create("127.0.0.1")
Unable to connect to 127.0.0.1:27017, error code = 2
mongo.create
will fail with error code 2 if a host name is provided instead of an IP address.