From 5347910167a545fa8f3a7944c7874d6974e38cfc Mon Sep 17 00:00:00 2001 From: Sir3lit Date: Wed, 27 Mar 2019 02:20:59 -0400 Subject: [PATCH] Remove `or higher` from mysql Mysql version 8.x isn't supported so `or higher` shouldn't be there, as it implies MySQL 8 is supported. --- panel/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/getting_started.md b/panel/getting_started.md index a345f1a6..f16d8547 100644 --- a/panel/getting_started.md +++ b/panel/getting_started.md @@ -30,7 +30,7 @@ this software on an OpenVZ based system you will — most likely — not ## Dependencies * PHP `7.2` with the following extensions: `cli`, `openssl`, `gd`, `mysql`, `PDO`, `mbstring`, `tokenizer`, `bcmath`, `xml` or `dom`, `curl`, `zip` -* MySQL `5.7` or higher **or** MariaDB `10.1.3` or higher +* MySQL `5.7`**or** MariaDB `10.1.3` or higher * Redis (`redis-server`) * A webserver (Apache, NGINX, Caddy, etc.) * `curl`