summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaladox none <thomasmulhall410@yahoo.com>2017-09-12 06:54:36 +0000
committerPaladox none <thomasmulhall410@yahoo.com>2017-09-12 11:06:22 +0000
commit4e1d92407464358c48486943cc83ac99cbca9cf6 (patch)
tree033752962a9ff7945299cacaed16247fba081f1b
parent42ee4c741cd849f913cde910781b106291359732 (diff)
Add DB version requirements
Change-Id: I0ad75391efd06b9e7e1f10ec62cc8ca1ca17cf76 (cherry picked from commit ec4c905298a3331a88e80c2994c0f59b8d9d75cd)
-rw-r--r--Documentation/database-setup.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/database-setup.txt b/Documentation/database-setup.txt
index 3fd0c919e3..db4069b4fb 100644
--- a/Documentation/database-setup.txt
+++ b/Documentation/database-setup.txt
@@ -55,6 +55,8 @@ using PostgreSQL.
[[createdb_mysql]]
=== MySQL
+Requirements: MySQL version 5.1 or later.
+
This option is also more complicated than the H2 option. Just as with
PostgreSQL it's also recommended for larger installations.
@@ -77,6 +79,8 @@ information regarding using MySQL.
[[createdb_mariadb]]
=== MariaDB
+Requirements: MariaDB version 5.5 or later.
+
Refer to MySQL section above how to create MariaDB database.
Visit MariaDB's link:https://mariadb.com/kb/en/mariadb/[documentation] for further