Robo3T connects to remote mongodb

Robo3T connects to remote mongodb library (detailed!)

Lead: mongoDb road -Robo 3T
Author: become excellent white
hobbies: American some ice!

Note: If you encounter something you don’t understand halfway, you can directly comment and leave a message, and you will immediately answer questions!

What is Robo 3T?

Free,open-source MongoDB GUI免费、开源的mongodb图形界面工具

MongoDB official website

What is MongoDB?

MongoDBIs a database based on distributed file storage. Written in C++ language. Designed to provide scalable and high-performance data storage solutions for WEB applications.
MongoDBIt is a product between relational database and non-relational database. It is the most functional and most like relational database among non-relational databases.

Recommended tutorial

Not much to say, serve (tutorial)

Note: The author himself is a macOs system, the windows system may be slightly different

1. Open the downloaded Robo 3T(only robo 3t, not studio 3t)

Click to enter the official website to download

Insert picture description here
2. Click Create Connection
Insert picture description here
3. Some necessary configuration information for connection

  • Type: Connection type, method
  • Name: name, can be customized
  • Address: Connected address and port
  • Test: Can test whether the specified address is successfully connected

Insert picture description here
4. If you need an account and password, check the box and fill in the following information

  • Database: Fill in the Schema name
  • User Name-Password: database account and password

Insert picture description here
5. Finally click to Savesave the information, click to Connectionconnect to the database, the connection is successful!

Summary: If you have any questions or suggestions, you can leave a comment directly! I will reply one by one! !

Guess you like

Origin blog.csdn.net/weixin_44425934/article/details/107982555