From c5c91975856c2778e9758788731078fbf9d73e55 Mon Sep 17 00:00:00 2001 From: MaloW Date: Wed, 21 Aug 2019 22:26:32 +0200 Subject: Update Requirements.md (#115) Clarified MySQL Server version requirement. --- docs/Requirements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Requirements.md b/docs/Requirements.md index 283cd1a..6a8cbfa 100644 --- a/docs/Requirements.md +++ b/docs/Requirements.md @@ -42,7 +42,7 @@ Then use it to install the required packages: * Install latest version of [Git Extensions](https://git-scm.com/download/win) -* [MySQL Server Community Edition](http://dev.mysql.com/downloads/mysql/5.6.html) ( 5.6 or higher ) +* [MySQL Server Community Edition](http://dev.mysql.com/downloads/mysql/5.6.html) (version 5.6 or 5.7, anything later is not supported) * [MySQL Development File](https://docs.google.com/uc?id=0B1fF5EIDoF1fWjYwQ1FCNUJmMWc&export=download) -- cgit