From 64964f3b4d2a414f8426a9b18fd44302ee9e84b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Wed, 8 Apr 2020 16:30:42 +0200 Subject: [PATCH] Specify minimum MariaDB/MySQL DB versions in README. Fixes issue #8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e8567d2..50782b7b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Part-DB is also used by small companies and universities for managing their inve ## Requirements * A **web server** (like Apache2 or nginx) that is capable of running [Symfony 4](https://symfony.com/doc/current/reference/requirements.html), this includes a minimum PHP version of **PHP 7.2.5** - * A **MySQL**/**MariaDB** database server + * A **MySQL** (at least 5.6.5) /**MariaDB** (at least 10.0.1) database server * Shell access to your server is highly suggested! * For building the client side assets **yarn** and **nodejs** is needed.