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 docs/pages/database-access/guides/rds-proxy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide will help you to set up Teleport to access your AWS RDS proxies.

<Admonition type="note" title="Supported Engine Family">
Teleport currently supports RDS Proxy instances with engine family
**PostgreSQL** or **MariaDB and MySQL**.
**PostgreSQL**, **MariaDB/MySQL** or **Microsoft SQL Server**.
</Admonition>

## Prerequisites
Expand Down Expand Up @@ -177,8 +177,8 @@ $ tsh db connect --db-user=alice --db-name=dev rds-proxy
```

<Admonition type="note" title="Note">
The appropriate database command-line client (`psql`, `mysql`, `mariadb`) should be
available in `PATH` in order to connect.
The appropriate database command-line client (`psql`, `mysql`, `mariadb`,
`mssql-cli`) should be available in `PATH` in order to connect.
</Admonition>

To log out of the database and remove credentials:
Expand Down