From b0ba2d90418c56c515747c9812f2008e90bf938d Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Sat, 29 Aug 2020 17:09:30 +0100 Subject: [PATCH] Set MySQL 5.7 as the min as this is the standard The min requirement for Cloudlog is MySQL is MySQL 5.7, please note any commits MUST be compatible with this version else they will be rejected --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b218cf4..0763de9f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Website: [http://www.cloudlog.co.uk](http://www.cloudlog.co.uk) ## Requirements * Linux based Operating System * Apache (Nginx should work) -* PHP (Version 7 or higher) & MySQL +* PHP (Version 7 or higher) & MySQL (MySQL 5.7 or higher) ## Versions