diff options
| author | MaloW <lowegrenmarcus@gmail.com> | 2019-08-21 22:26:32 +0200 |
|---|---|---|
| committer | Francesco Borzì <borzifrancesco@gmail.com> | 2019-08-21 22:26:32 +0200 |
| commit | c5c91975856c2778e9758788731078fbf9d73e55 (patch) | |
| tree | a090d4a18653f3fa65b4fe03e869b2fb6ab23e70 | |
| parent | 488cb0ff7a2b193cc124e4d2fdd5e1de98ab9a78 (diff) | |
| download | wiki-c5c91975856c2778e9758788731078fbf9d73e55.tar.gz wiki-c5c91975856c2778e9758788731078fbf9d73e55.tar.bz2 wiki-c5c91975856c2778e9758788731078fbf9d73e55.zip | |
Update Requirements.md (#115)
Clarified MySQL Server version requirement.
| -rw-r--r-- | docs/Requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
