Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <mattab@users.noreply.github.com>2016-12-27 06:05:02 +0300
committerGitHub <noreply@github.com>2016-12-27 06:05:02 +0300
commit5519761cad377c3935a6c4bce13c2daa4a640b13 (patch)
treee009913c36e7125b42ed4a8647f2dac83aef3b28 /README.md
parentf753e13e06aca51c06c4c4fd2a8e426df229b848 (diff)
Piwik works with any version of MySQL/MariaDB
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1fbadaae0b..94aba49867 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Piwik is released under the GPL v3 (or later) license, see [misc/gpl-3.0.txt](mi
## Requirements
* PHP 5.5.9 or greater
- * MySQL version 5.5 or greater, or MariaDB
+ * MySQL or MariaDB (database server)
* PHP extension pdo and pdo_mysql, or the MySQLi extension.
* Piwik is OS / server independent