mirror of https://github.com/grafana/grafana.git
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> |
||
---|---|---|
.. | ||
configuration | ||
img | ||
specs | ||
CHANGELOG.md | ||
CheatSheet.tsx | ||
MySqlDatasource.ts | ||
README.md | ||
fields.ts | ||
jest-setup.js | ||
jest.config.js | ||
module.ts | ||
mySqlMetaQuery.test.ts | ||
mySqlMetaQuery.ts | ||
package.json | ||
plugin.json | ||
project.json | ||
sqlCompletionProvider.ts | ||
sqlUtil.test.ts | ||
sqlUtil.ts | ||
tsconfig.json | ||
types.ts | ||
webpack.config.ts |
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
- Open the side menu by clicking the Grafana icon in the top header.
- In the side menu under the Dashboards link you should find a link named Data Sources.
- Click the + Add data source button in the top header.
- Select MySQL from the Type dropdown.
Read more about it here: