Versions Compared

Key

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

...

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.

...