[v11.2.x] update minimum supported version for MySQL (#93879)

Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-09-27 09:15:16 +01:00
committed by GitHub
co-authored by Irene Rodriguez
parent 2cb798867c
commit 4257f271b9
@@ -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.