Skip to main content
Summation connects to MySQL and compatible flavors (MariaDB, RDS for MySQL, Aurora MySQL, Cloud SQL for MySQL) using standard host/port credentials.

What you’ll need

  • A reachable host and port (default 3306).
  • A database name.
  • A user with SELECT on the tables you want exposed. See GRANT Statement in the MySQL docs.

Where to find host/port for your provider

Form fields

Setup SQL

To force TLS on the user:
See CREATE USER Statement for more options.

Adding datasets

Source references use the form:

Common problems