Skip to main content

Viewing Credentials (Connection Details)

Credentials are used to connect an application/server to the database.

BEFORE YOU START

Make sure the database has been created — see Creating a Database.

Viewing Credentials

  1. On the database row, click the eye icon (👁).
  2. A Database connection details window will appear containing:
    • Endpoint — the database host address.
    • Connections from — connection address permissions.
    • Username — the database user name.
    • Password — the user password.
    • JDBC Connection String — a ready-to-use connection string.
  3. Click on the value to copy it automatically.

Database connection details

CONNECT FROM AN APPLICATION

Use the Endpoint, Username, and Password above to connect HeidiSQL or enter them into server.cfg (see FiveM Database Setup).

Rotate Password

  1. Open Database connection details (the eye icon).
  2. Click Rotate Password to create a new password.
  3. Copy the new password, then update it in the application/server that uses the database.
warning

After rotating, the old password no longer works. Applications/servers still using the old password will not be able to connect.