From 1c5d128b873c6b70e2ef8cc7f5324728c8f57e4d Mon Sep 17 00:00:00 2001 From: Aydin Hassan Date: Fri, 9 Feb 2024 17:17:11 +0100 Subject: [PATCH] Add minimum mysql 8.0 version --- guides/installation/requirements.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guides/installation/requirements.md b/guides/installation/requirements.md index c621bf9bd9..a596e9f369 100644 --- a/guides/installation/requirements.md +++ b/guides/installation/requirements.md @@ -56,8 +56,8 @@ You can use these commands to check your actual environment: * MySQL * Recommended version: 8.0 - - * Problematic versions: 8.0.20 + * Minimum version: 8.0.17 + * Problematic versions: 8.0.20, 8.0.21 * MariaDB