Connecting to Trino
Note: If using Trino 350 or earlier or have set the protocol.v1.alternate-header-name
configuration value, you will probably want to use the Presto client.
- Open the connections page in preferences, see managing connections for more information.
- Click the
Add new Connection
button at the top of the connections page.
- Select
Trino
from the list.
- Give a
Connection name
for your own internal reference. - For
Hostname
, enter the hostname of your database server. - For
Port
, use the default8080
, or enter the port used by your server. - For
Username
andPassword
, enter the username and password for Presto. These are optional. - For
Catalog
, enter the name of your catalog. A Presto catalog contains schemas and references a data source via a connector (learn more). - For
Schema
, enter the name of your schema. This is optional. - Toggle connection type for direct or cloud.
- Share the connection with your team.
- Configure
SSH
andSSL
settings. These are optional. - Hit
Connect
and you're all set!
Happy querying! 🍭
Updated over 1 year ago