Versions Compared

Key

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

...

20240610-1655-27.1370523.mp4

To access details of the created database, click open

User Interface

Sidebar Menu

...

  • Databases: Options related to databases.

  • Overview: Details of the selected database.

  • Settings: Database settings.

Main Section

In the main section of the interface, the following information is presented:

...

Attention: The admin user has superuser permissions and should only be used for administrative actions, not for applications. Application users should be created with access to specific databases.

  • Username: admin

  • Password: PASS password

  • Connection String:

    Code Block
    mongodb://username:<password>@philippeaquino92_amazonprime-01.mongodb.galaxy-cloudmeteor.io:31002/admin

Usage Instructions

...

  1. Use the Provided Credentials:

    • Copy the username and password.

    • Use the provided connection string to connect to the database.

  2. Connection Example:

    Code Block
    languagebash
    mongo "mongodb://username:<password>@philippeaquino92_amazonprime-01.mongodb.galaxy-cloudmeteor.io:31002/admin"
  3. Replace <password>:

    • Make sure to replace <password> with the provided password.

...