mongoDB AtlasにCLIで接続するまで
手順
- CLIのインストール
- MongoDB Userの追加
- IPホワイトリストの編集
- 疎通確認
mongo CLIのインストール
brew tap mongodb/brew
brew install mongodb-community
brew tap mongodb/brew
brew install mongodb-community
参考: https://github.com/mongodb/homebrew-brew
MongoDB Userの追加
プロジェクトのメニューDatabase Access
からユーザーを追加します。
IPホワイトリストの編集
アクセス可能なIPアドレスを追加します。
疎通確認
Clusters > Connectから接続先のホスト名を取得し...
mongo "mongodb+srv://${HOST}" --username ${USERNAME}
これで接続可能なはずです。
Author And Source
この問題について(mongoDB AtlasにCLIで接続するまで), 我々は、より多くの情報をここで見つけました https://qiita.com/hiroga/items/522ac6f83fc518b624d4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .