grafana/public/app/plugins/datasource/mysql
renovate[bot] 750547c862
Update Yarn to v4.9.4 (#111232)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-17 11:07:20 +00:00
..
configuration Big tent data sources: Replace deprecated `@grafana/experimental` with `@grafana/plugin-ui` (#99331) 2025-01-22 15:18:41 +01:00
img
specs SQL: Add macro support in select case (#88514) 2024-11-04 17:13:35 +01:00
CHANGELOG.md
CheatSheet.tsx
MySqlDatasource.ts Chore: Remove `sqlQuerybuilderFunctionParameters` feature toggle (#100809) 2025-02-19 15:38:27 +01:00
README.md
fields.ts
jest-setup.js Frontend: Move toEmit jest matchers to shared workspace (#108610) 2025-07-30 14:39:44 +02:00
jest.config.js Frontend: Decouple unit tests for decoupled plugins from core (#107942) 2025-07-17 14:47:52 +02:00
module.ts SQL Datasources: Make QueryEditor lazy loaded (#96179) 2024-11-15 12:28:01 +01:00
mySqlMetaQuery.test.ts
mySqlMetaQuery.ts
package.json Update Yarn to v4.9.4 (#111232) 2025-09-17 11:07:20 +00:00
plugin.json Plugins: Update all core plugins with raise issue and docs links (#101929) 2025-03-12 14:15:46 +01:00
project.json
sqlCompletionProvider.ts Big tent data sources: Replace deprecated `@grafana/experimental` with `@grafana/plugin-ui` (#99331) 2025-01-22 15:18:41 +01:00
sqlUtil.test.ts
sqlUtil.ts
tsconfig.json
types.ts
webpack.config.ts Plugin Configs: Use nodes strip types for processing webpack configs (#105542) 2025-07-09 10:38:17 +00:00

README.md

MySQL Data Source - Native Plugin

Grafana ships with a built-in MySQL data source plugin that allows you to query and visualize data from a MySQL compatible database like MariaDB or Percona Server.

Adding the data source

  1. Open the side menu by clicking the Grafana icon in the top header.
  2. In the side menu under the Dashboards link you should find a link named Data Sources.
  3. Click the + Add data source button in the top header.
  4. Select MySQL from the Type dropdown.

Read more about it here:

http://docs.grafana.org/features/datasources/mysql/