Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions serverless/sql-databases/how-to/connect-to-a-database.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ To connect to a Serverless SQL Database, you can either use a **connection strin

1. From the **Overview** tab of your database, click the **Set up credentials** button. The setup wizard displays.

2. Select the [principal](/identity-and-access-management/iam/concepts/#principal) to connect to the database:
- Yourself, as an [IAM user](/identity-and-access-management/iam/concepts/#user).
- An [application](/identity-and-access-management/iam/concepts/#application) that you [previously created](/identity-and-access-management/iam/how-to/create-application/) in the IAM section of the console.
2. Select the [principal](/identity-and-access-management/iam/concepts/#principal) to connect to the database, who can be either:
- Yourself, as an [IAM user](/identity-and-access-management/iam/concepts/#user), or
- An [IAM application](/identity-and-access-management/iam/concepts/#application) you [previously created](/identity-and-access-management/iam/how-to/create-application/) in the IAM section of the console.
<Message type="note">
Refer to the [IAM documentation](/identity-and-access-management/iam/reference-content/overview/) for more information on identities and access rights.
</Message>
Expand Down