Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

启动命令行
Windows版本进入目录:D:\maco\mongodb\bin
Linux版本进入目录:/opt/maco/mongodb/bin

执行命令:

 

# mongo# ./mongo
# use prod_ireport365_enterprise;
# db.auth("mobilebi","MobileBI2_Enterprise#!Q#E");
# db.appsetting.update({},{$set:{disableInternetLogin:false}},{multi:true});