Connections
MySQL
Connect to MySQL databases with Relay.
Connection Settings
| Field | Description |
|---|---|
| Host | Server hostname or IP address |
| Port | Default: 3306 |
| Database | Database name (optional) |
| Username | MySQL user |
| Password | User password |
Connection String
Connect using a MySQL connection URI:
mysql://user:password@host:3306/databaseSSL & SSH
MySQL connections support the same SSL and SSH tunnel options as PostgreSQL. See SSL Configuration and SSH Tunnels.