Skip to content
Snippets Groups Projects
Unverified Commit 7a121fd9 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

docs - update minimum version for mysql (#36853)

* update minimum version for mysql

* format
parent 8062975c
No related branches found
No related tags found
No related merge requests found
......@@ -25,9 +25,9 @@ You could also choose to run Metabase on a [Metabase Cloud](https://www.metabase
## Supported databases for storing your Metabase application data
- [PostgreSQL](https://www.postgresql.org/). Minimum version: 9.4.
- [MySQL](https://www.mysql.com/). Minimum version: 5.7.7. Required settings (which are the default): `utf8mb4_unicode_ci` collation, `utf8mb4` character set, and `innodb_large_prefix=ON`.
- [MariaDB](https://mariadb.org/). Minimum version: 10.2.2. Required settings (which are the default): `utf8mb4_unicode_ci` collation, `utf8mb4` character set, and `innodb_large_prefix=ON`.
- [PostgreSQL](https://www.postgresql.org/). Minimum version: `9.4`.
- [MySQL](https://www.mysql.com/). Minimum version: `8.0.0`. Required settings (which are the default): `utf8mb4_unicode_ci` collation, `utf8mb4` character set, and `innodb_large_prefix=ON`.
- [MariaDB](https://mariadb.org/). Minimum version: `10.2.2`. Required settings (which are the default): `utf8mb4_unicode_ci` collation, `utf8mb4` character set, and `innodb_large_prefix=ON`.
Go with whichever database you're familiar with. If you're not familiar with any of these, or not sure which to pick, go with Postgres.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment