启动命令行
Windows版本进入目录:D:\maco\mongodb\bin
Linux版本进入目录:/opt/maco/mongodb/bin
执行命令:
# ./mongo# use prod_ireport365_enterprise;# db.auth("mobilebi","MobileBI2_Enterprise#!Q#E");# db.appsetting.update({},{$set:{disableInternetLogin:false}},{multi:true}); |