MongoDB


MongoDB

>> mongo // 起動
>> use admin  
>> db.auth('userName', 'password')
>> rs.status()    //レプリカセットとかのデータが取れる

繋ぎ方 以下参照

この記事はマジで神