From 4257f271b9834b38227befad57d2fb145d5d6f57 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:15:16 +0100 Subject: [PATCH] [v11.2.x] update minimum supported version for MySQL (#93879) Co-authored-by: Irene Rodriguez --- docs/sources/setup-grafana/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/setup-grafana/installation/_index.md b/docs/sources/setup-grafana/installation/_index.md index c3cc2ae4fb3..2f852fc3f22 100644 --- a/docs/sources/setup-grafana/installation/_index.md +++ b/docs/sources/setup-grafana/installation/_index.md @@ -61,7 +61,7 @@ Grafana requires a database to store its configuration data, such as users, data Grafana supports the following databases: - [SQLite 3](https://www.sqlite.org/index.html) -- [MySQL 5.7+](https://www.mysql.com/support/supportedplatforms/database.html) +- [MySQL 8.0+](https://www.mysql.com/support/supportedplatforms/database.html) - [PostgreSQL 12+](https://www.postgresql.org/support/versioning/) By default Grafana uses an embedded SQLite database, which is stored in the Grafana installation location.