mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
Makes changes to dropdown-typeahead2 so that a css class for the button can be passed in. Means it can be used instead of dropdown-typeahead. Switches to using dropdown-typeahead2 for series_overrides directive and for the influxdb, mysql and postgres datasources as it already contains a fix for this issue. This commit also fixes the index property which was set using an incorrectly spelled length property in the series_overrides directive. Closes #15621 |
||
---|---|---|
.. | ||
img | ||
partials | ||
specs | ||
datasource.ts | ||
meta_query.ts | ||
module.ts | ||
mysql_query.ts | ||
plugin.json | ||
query_ctrl.ts | ||
README.md | ||
response_parser.ts | ||
sql_part.ts |
MySQL Data Source - Native Plugin
Grafana ships with a built-in MySQL data source plugin that allow you to query any visualize data from a MySQL compatible database.
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: