数据库转为'默认'验证正确时

时间:2015-04-28 18:37:42

标签: mongodb symfony

这是我的配置:

doctrine_mongodb:
    connections:
        default:
            server: 'mongodb://localhost:27017,localhost:27018,localhost:27019'
            options:
                username: sshuichi
                password: complexpassword
                db: mydb 

如果密码不正确,我会收到此错误:

  

无法连接到:localhost:27017:身份验证失败   数据库' mydb'使用用户名' sshuichi':auth失败;失败   connect to:localhost:27018:数据库认证失败' mydb'   使用用户名' sshuichi':auth失败;无法连接到:   localhost:27019:数据库认证失败' mydb'同   用户名' sshuichi':auth失败

请注意它正在谈论mydb

当密码正确时,我有

  

默认情况下未授权执行命令

为什么这次谈论默认呢?

0 个答案:

没有答案