数据库 – Rock Mongo mongodb配置设置

前端之家收集整理的这篇文章主要介绍了数据库 – Rock Mongo mongodb配置设置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我已经安装了RockMongo http://code.google.com/p/rock-php/来管理我的mongoDB数据库.这安装在我的网站 http://mongo.example.com的子目录中.默认配置设置如下:

“host” => “192.168.1.1”,// Replace your MongoDB host ip or domain name here
“port” => “27017”,// MongoDB connection port
“username” => null,// MongoDB connection username
“password” => null,// MongoDB connection password

我不确定我应该改变这些?登录我所得到的是:

MongoDB connection exception: connecting to mongodb://192.168.1.1:27017 Failed: Operation now in progress. Please check your configuration.

解决方法

这是我从 wiki看到的

Login with admin username and password,which is set “admin” and “admin” as default

原文链接:https://www.f2er.com/mssql/75851.html

猜你在找的MsSQL相关文章