diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2020-10-07 12:13:04 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-07 12:13:04 +0200 |
| commit | 318cbf475ce84d2c317e6c8f5691d9febbd96851 (patch) | |
| tree | 86e993474bb11acdd2f86b3327bfc58c0b5ed954 /docs | |
| parent | 2340d5b964cdee01222cf0f1dee229f2ed3728bc (diff) | |
| download | wiki-318cbf475ce84d2c317e6c8f5691d9febbd96851.tar.gz wiki-318cbf475ce84d2c317e6c8f5691d9febbd96851.tar.bz2 wiki-318cbf475ce84d2c317e6c8f5691d9febbd96851.zip | |
doc: fix Windows' MySQL version
Diffstat (limited to 'docs')
| -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 b790681..5b3ab18 100644 --- a/docs/Requirements.md +++ b/docs/Requirements.md @@ -118,7 +118,7 @@ You can install Sequel Pro with: * 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) (version 5.6 or 5.7, anything later is not supported) +* [MySQL Server Community Edition](http://dev.mysql.com/downloads/mysql/5.6.html) (version 8.0 or 5.7, older versions are not recommended) * Install [OpenSSL](http://www.slproweb.com/products/Win32OpenSSL.html) version 1.0.x or 1.1.x (Do not install the Light version) |
