---
title: "MySQL data source | Grafana documentation"
description: "Introduction to the MySQL data source in Grafana"
---

# MySQL data source

Grafana ships with built-in support for MySQL. You can query and visualize data from MySQL-compatible databases like [MariaDB](https://mariadb.org/) or [Percona Server](https://www.percona.com/).

Use this data source to create dashboards, explore SQL data, and monitor MySQL-based workloads in real time.

Watch this video to learn more about using the Grafana MySQL data source plugin:

Give it a try using Grafana Play

With Grafana Play, you can explore and see how it works, learning from practical examples to accelerate your development. This feature can be seen on [MySQL Overview](https://play.grafana.org/d/edyh1ib7db6rkb/mysql-overview).

[Try it](https://play.grafana.org/d/edyh1ib7db6rkb/mysql-overview)

## Supported databases

This data source supports the following MySQL-compatible databases:

- MySQL 5.7 and newer
- MariaDB 10.2 and newer
- Percona Server 5.7 and newer
- Amazon Aurora MySQL
- Azure Database for MySQL
- Google Cloud SQL for MySQL

Grafana recommends using the latest available version for your database for optimal compatibility.

## Key capabilities

The MySQL data source supports:

- **Time series queries:** Visualize metrics over time using built-in time grouping macros.
- **Table queries:** Display query results in table format for any valid SQL query.
- **Template variables:** Create dynamic dashboards with variable-driven queries.
- **Annotations:** Overlay events from MySQL on your dashboard graphs.
- **Alerting:** Create alerts based on MySQL query results.
- **Macros:** Simplify queries with built-in macros for time filtering and grouping.

## Get started

The following documentation helps you get started with the MySQL data source:

- [Configure the MySQL data source](/docs/grafana/latest/datasources/mysql/configure/)
- [MySQL query editor](/docs/grafana/latest/datasources/mysql/query-editor/)
- [MySQL template variables](/docs/grafana/latest/datasources/mysql/template-variables/)
- [MySQL annotations](/docs/grafana/latest/datasources/mysql/annotations/)
- [MySQL alerting](/docs/grafana/latest/datasources/mysql/alerting/)
- [Troubleshoot MySQL data source issues](/docs/grafana/latest/datasources/mysql/troubleshooting/)

## Additional resources

After configuring the MySQL data source, you can also:

- Create a wide variety of [visualizations](/docs/grafana/latest/panels-visualizations/visualizations/).
- Configure and use [templates and variables](/docs/grafana/latest/dashboards/variables/).
- Add [transformations](/docs/grafana/latest/panels-visualizations/query-transform-data/transform-data/).
- Optimize performance with [query caching](/docs/grafana/latest/administration/data-source-management/#query-and-resource-caching).

## Pre-configured dashboards

If you want to monitor your MySQL server’s performance metrics (connections, queries, replication, and more), Grafana provides pre-configured dashboards through the MySQL integration:

- **MySQL Overview** - Key performance metrics for your MySQL server.
- **MySQL Logs** - Log analysis for troubleshooting.

The MySQL integration uses the Prometheus MySQL Exporter to collect server metrics and includes 15 pre-configured alert rules.

To use these dashboards:

1. In Grafana Cloud, navigate to **Connections** &gt; **Add new connection**.
2. Search for **MySQL** and select the MySQL integration.
3. Follow the setup instructions to install the MySQL Exporter.
4. Import the pre-configured dashboards from the integration page.

For more MySQL dashboards, browse the [Grafana dashboard catalog](/grafana/dashboards/?search=mysql).

> Note
> 
> The MySQL integration monitors your MySQL *server* using Prometheus metrics. The MySQL *data source* documented here queries data stored *in* MySQL tables. These are complementary features for different use cases.

## Related data sources

- [PostgreSQL](/docs/grafana/latest/datasources/postgres/) - For PostgreSQL databases.
- [Microsoft SQL Server](/docs/grafana/latest/datasources/mssql/) - For Microsoft SQL Server and Azure SQL databases.
