数据库 – 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

相关文章

SELECT a.*,b.dp_name,c.pa_name,fm_name=(CASE WHEN a.fm_n...
if not exists(select name from syscolumns where name=&am...
select a.*,pano=a.pa_no,b.pa_name,f.dp_name,e.fw_state_n...
要在 SQL Server 2019 中设置定时自动重启,可以使用 Window...
您收到的错误消息表明数据库 'EastRiver' 的...
首先我需要查询出需要使用SQL Server Profiler跟踪的数据库标...