grafana/public/app/plugins/datasource/mysql
2024-07-19 17:40:32 +00:00
..
configuration React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
img mysql: began work on backend macro engine 2017-04-19 10:10:08 +02:00
specs Chore: Improve types (#85659) 2024-04-08 09:56:21 +01:00
CHANGELOG.md mysql decouple frontend part (#86308) 2024-04-29 09:55:09 +02:00
CheatSheet.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
fields.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
module.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
MySqlDatasource.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
mySqlMetaQuery.test.ts MySQL: Quote identifiers that include special characters (#61135) 2023-01-31 18:16:28 +01:00
mySqlMetaQuery.ts MySQL: Quote identifiers that include special characters (#61135) 2023-01-31 18:16:28 +01:00
package.json Update dependency @types/lodash to v4.17.7 2024-07-19 17:40:32 +00:00
plugin.json mysql additional decoupling steps (#86168) 2024-04-16 11:50:41 +02:00
README.md Docs: make it clear that MariaDB is also supported as datasource (#71832) 2023-08-08 07:31:20 -06:00
sqlCompletionProvider.ts Chore: Upgrade prettier to v3 (#71764) 2023-07-17 15:58:22 +01:00
sqlUtil.test.ts MySQL: Quote identifiers that include special characters (#61135) 2023-01-31 18:16:28 +01:00
sqlUtil.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
tsconfig.json React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
types.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
webpack.config.ts mysql decouple frontend part (#86308) 2024-04-29 09:55:09 +02:00

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/