0

mongodb数据库是带用户名密码的,我用下面的连接方式
mongo::DBClientConnection con;
con.connect(“mongodb://user:password@10.1.1.12:27017/att”);
为什么链接不成功,还总报错。