Database connector

MySQL Dashboard & Live Metrics

Run a SELECT against a MySQL or MariaDB database on a schedule and use the result as a live dataset. Read-only, capped at 20,000 rows and 30 seconds per run.

Category DatabaseAuth paste a tokenRefresh every hour, every six hours, dailyProduces a live dataset
Connect MySQL →
Pro plan · credentials encrypted at rest · disconnect any time, your data stays

MySQL connects to DataHub Pro with a read-only database URL and a SELECT query and gives you 1 live metrics (Rows Synced) and a dataset that refreshes in place, refreshed daily (hourly available). Setup is 4 steps and takes a few minutes.

Once connected, one click builds a live dashboard from it, the numbers land in My Metrics with history and alerts, and you can ask Claude or ChatGPT about them through the built-in MCP server. No CSV exports, no re-uploads.

What you get

Metrics it tracks

The dataset

A dataset in Files that is replaced in place on every sync. The file id never changes, so a dashboard pointed at it is a live dashboard, a metric defined on it is a live metric, and a scheduled report built on it sends fresh numbers.

How to connect MySQL

  1. Ask whoever runs the database for a read-only user (CREATE USER … then GRANT SELECT ON db.* …). Never paste root.
  2. Build the URL as mysql://user:password@host:3306/database. PlanetScale shows it under Branch → Connect; DigitalOcean under Database → Connection details; RDS under the instance's Connectivity & security tab.
  3. Make sure the host accepts connections from the internet (firewall / trusted sources) — the sync runs from our servers.
  4. Paste the URL and a SELECT query. The first run happens now; each column of the result becomes a column of the dataset.

What the app asks for

Connection URLUse a read-only database user. Stored encrypted; never shown again. mysql://user:password@host:3306/database
SQL querySELECT only. It is wrapped in a LIMIT 20000 and runs in a read-only session. SELECT order_date, region, total FROM orders WHERE order_date > NOW() - INTERVAL 90 DAY

What you can build on it

See the 48 dashboard designs →

Questions

Does connecting MySQL need OAuth or an app approval?

No. MySQL connects with a read-only database URL and a SELECT query. There is no OAuth app to register, no review queue and nothing to install. Credentials are encrypted before they reach the database and are never displayed again.

How often does MySQL data refresh?

By default daily. You can set every hour, every six hours, daily per connection, and there is a Sync now button for the moment you want it. Every sync replaces the dataset in place, so any dashboard, metric or scheduled report built on it simply shows the new numbers.

Is the MySQL connector free?

Uploading files and building dashboards is free. Live connectors — sources that refresh themselves — are on the Pro plan at $19.99 per seat, which includes every connector on this page, unlimited dashboards, scheduled reports and white-label sharing. Databox charges $159 a month for the equivalent tier.

Other connectors

PG
PostgreSQLRun a SELECT against your Postgres database on a schedule and use the result as a live dataset. Read-only, capped at 20,000 rows and 30 seconds per run.
PL
PlausibleVisitors, pageviews, bounce rate and visit duration for the last 30 days, plus a daily series dataset. Works with plausible.io and self-hosted instances.
{ }
REST / JSON APIAny HTTP endpoint that returns JSON. Name the array of records and it becomes a scheduled dataset.
Webhook (Zapier / Make / n8n)A secret URL you can POST JSON to. Metrics or rows — thousands of tools can send them.
HS
HubSpotOpen pipeline, won revenue, new contacts and win rate — plus every deal as a dataset.
PD
PipedriveOpen deals and pipeline value, won revenue, 90-day win rate and activities due — plus every deal as a dataset.

All 22 live data sources →

Your MySQL numbers, live, for $19.99

Connect it in a few minutes. A dashboard that refreshes itself, metrics with history and alerts, and reports that send themselves.

Connect MySQL →
Free account first · live connectors unlock on Pro