From f2be8eab80f82c972d431a7d9d62199f30272355 Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Fri, 27 May 2022 18:57:52 -0700 Subject: [PATCH] dev/core#1681 - Require MySQL 5.7 --- CRM/Upgrade/Incremental/General.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Upgrade/Incremental/General.php b/CRM/Upgrade/Incremental/General.php index 0f54db34bc..1670710bf6 100644 --- a/CRM/Upgrade/Incremental/General.php +++ b/CRM/Upgrade/Incremental/General.php @@ -54,7 +54,7 @@ class CRM_Upgrade_Incremental_General { * * @see install/index.php */ - const MIN_INSTALL_MYSQL_VER = '5.6.5'; + const MIN_INSTALL_MYSQL_VER = '5.7'; /** * Compute any messages which should be displayed before upgrade. -- 2.25.1