summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-12-14 16:18:12 +0100
committerGitHub <noreply@github.com>2021-12-14 16:18:12 +0100
commitde2a5812db16f1ff0ddc7a0813061a10fa9aea56 (patch)
treedbde443f93369a8e0c7b2dec4c52e7113ccba388 /docs
parente84bcd469b8ffe35528344beb90af887fc5168b4 (diff)
downloadwiki-de2a5812db16f1ff0ddc7a0813061a10fa9aea56.tar.gz
wiki-de2a5812db16f1ff0ddc7a0813061a10fa9aea56.tar.bz2
wiki-de2a5812db16f1ff0ddc7a0813061a10fa9aea56.zip
chore: MariaDB
Diffstat (limited to 'docs')
-rw-r--r--docs/common-errors.md4
1 files changed, 2 insertions, 2 deletions
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.
---------------------------------------------------------