From c69d0e8148f69e26e269668a7975f453a0cb9a6f Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Thu, 26 May 2022 17:57:48 -0400 Subject: [PATCH] Add note on mysql install brought up in #1731 --- backend/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index c7508fda2..2fb7ee68a 100644 --- a/backend/README.md +++ b/backend/README.md @@ -45,7 +45,9 @@ rpcpassword=mempool **This step is optional.** You can run Mempool without configuring an Electrum Server for it, but address lookups will be disabled. -### 4. Configure MySQL +### 4. Configure MariaDB + +_Mempool needs MariaDB v10.5 or later. If you already have MySQL installed, make sure to migrate any existing databases **before** installing MariaDB._ Get MariaDB from your operating system's package manager: