LoginSignup
0
0

More than 5 years have passed since last update.

認証を設定していないMongoDBに対してRockMongoで接続する

Posted at

expressjsとMongoDBで開発していたところ、
PhpMoAdminがどうにも使いづらいので、
RockMongoというGUIツールをインストールしてみた。

しかし
Kobito.DlMuxI.png

…?

そういえば、MongoDBにアカウントを設定した覚えがない。
適当に空文字を入れてもログインできなかったので、調べてみたら以下の設定値を変更する必要があるとのこと。

rockmongo/config.php変更前
$MONGO["servers"][$i]["control_auth"] = true;
rockmongo/config.php変更後
$MONGO["servers"][$i]["control_auth"] = false;

無事ログインできました。

Kobito.u6U141.png

わぁ,つかいやすそう。

しばらくはこちらをつかいます。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0