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
- On the database row, click the eye icon (👁).
- 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.
- Click on the value to copy it automatically.
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
- Open Database connection details (the eye icon).
- Click Rotate Password to create a new password.
- 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.