aboutsummaryrefslogtreecommitdiff
path: root/docs/en/admins
diff options
context:
space:
mode:
authorGravatar Jérémie Bertrand <jeremie.bertrand@gmail.com> 2018-02-25 17:32:24 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-02-25 17:32:24 +0100
commitcd5bfcd7918cb4fa933b0d8ba0af52fe6e54f45d (patch)
tree754ccdba70284751c5faa8064a4979e613a82653 /docs/en/admins
parent1a3418da74628c7521b0abd5d04be8474b762866 (diff)
Fix MySQL minimal requirement (#1794)
* Fix MySQL minimal requirement * Fix MySQL minimal requirement on french docs
Diffstat (limited to 'docs/en/admins')
-rw-r--r--docs/en/admins/02_Installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/admins/02_Installation.md b/docs/en/admins/02_Installation.md
index ef6531bd0..9bf800969 100644
--- a/docs/en/admins/02_Installation.md
+++ b/docs/en/admins/02_Installation.md
@@ -9,7 +9,7 @@ You need to verify that your server can run FreshRSS before installing it. If yo
| Web server | **Apache 2** | Nginx |
| PHP | **PHP 5.5+** | PHP 5.3.8+ |
| PHP modules | Required: libxml, cURL, PDO_MySQL, PCRE and ctype. \\ Required (32-bit only): GMP \\Recommanded: JSON, Zlib, mbstring, iconv, ZipArchive | |
-| Database | **MySQL 5.0.3+** | SQLite 3.7.4+ |
+| Database | **MySQL 5.5.3+** | SQLite 3.7.4+ |
| Browser | **Firefox** | Chrome, Opera, Safari, or IE11+ |
## Important notice