From de2a5812db16f1ff0ddc7a0813061a10fa9aea56 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Tue, 14 Dec 2021 16:18:12 +0100 Subject: chore: MariaDB --- docs/common-errors.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/common-errors.md') diff --git a/docs/common-errors.md b/docs/common-errors.md index 27b8d41..5553ca8 100644 --- a/docs/common-errors.md +++ b/docs/common-errors.md @@ -106,9 +106,9 @@ You have not copied the necessary .dll files into the binaries directory. **ACE00043** Core doesn't start, I get: ``` -AzerothCore does not support MySQL versions below 5.7 +AzerothCore does not support MySQL versions below 5.7 and MariaDB versions below 10.5 ``` -Upgrade your MySQL. +Upgrade your MySQL/MariaDB. --------------------------------------------------------- -- cgit