update minimum supported version for MySQL (#92356)

pull/92407/head
Irene Rodriguez 10 months ago committed by GitHub
parent 3ac8760321
commit 22ad1cc16f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      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: Grafana supports the following databases:
- [SQLite 3](https://www.sqlite.org/index.html) - [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/) - [PostgreSQL 12+](https://www.postgresql.org/support/versioning/)
By default Grafana uses an embedded SQLite database, which is stored in the Grafana installation location. By default Grafana uses an embedded SQLite database, which is stored in the Grafana installation location.

Loading…
Cancel
Save