# MySQL BI and Analytics — Connect to Supaboard

> Ask questions of your MySQL data in plain English and see the SQL behind every answer.

HTML version: https://supaboard.ai/integrations/my-sql

Application data, and in a lot of companies the oldest system still in production.

## What teams ask of MySQL

- "How many active records by status, and how has that moved month over month?"
- "Which joins are we assuming that the data does not actually support?"
- "What does the daily transaction volume look like against the same week last year?"
- "Which records have gone stale under whatever rule the business uses for stale?"

## What it gets joined with

- Stripe — orders in the application against payments that settled.
- Zendesk Support — the account record against the tickets it raised.

## How the connection works

MySQL is one of the 123 sources you can connect yourself, out of a catalogue of 700+. Setting up a first analysis takes about 5 minutes.

MySQL is a native connector with its own connection UI, including SSH tunnelling for a database that is not exposed to the internet.

- Read-only: the query layer rejects DDL and DML before a statement reaches your source.
- Credentials encrypted at rest, scoped per workspace, never logged.
- On-premise deployment with no data egress on Enterprise: https://supaboard.ai/enterprise
- From $83 per user/month billed annually: https://supaboard.ai/pricing

## More

- [All connectors](https://supaboard.ai/integrations)
- [Compared with the major BI platforms](https://supaboard.ai/compare)
- [What an AI data analyst does](https://supaboard.ai/ai-data-analyst)

---

- Site index for agents: https://supaboard.ai/llms.txt
- Sitemap: https://supaboard.ai/sitemap.xml
- Blog feed: https://supaboard.ai/blog/rss.xml
- Product documentation: https://docs.supaboard.ai

Any page on https://supaboard.ai is available as markdown: append `.md` to its path, or send `Accept: text/markdown`.
