码迷,mamicode.com
首页 > 数据库 > 详细

mongodb rockmongo

时间:2018-07-10 11:33:21      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:can   The   tps   安装   users   ica   his   repr   obj   

 

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

标签:can   The   tps   安装   users   ica   his   repr   obj   

原文地址:https://www.cnblogs.com/BeautyFuture/p/9287170.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!