mongodb rockmongo
Posted 小乔流水人家
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mongodb rockmongo相关的知识,希望对你有一定的参考价值。
config修改如下:
$MONGO["servers"][$i]["mongo_auth"] = true;//enable mongo authentication? $MONGO["servers"][$i]["control_auth"] = true;//enable control users, works only if mongo_auth=false
字段过长报错Cannot natively represent the long 1396367483000 on this platform
添加
ini_set(‘mongo.long_as_object‘, 1);
php安装mongo扩展:
https://pecl.php.net/package/mongo
以上是关于mongodb rockmongo的主要内容,如果未能解决你的问题,请参考以下文章