summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2021-06-17 23:29:27 +0200
committerGitHub <noreply@github.com>2021-06-17 23:29:27 +0200
commit3ac950f82c772852b242845ecdbe0ae47d5e9554 (patch)
treed89c1228fdf0e95b2455de01db1cc01df95daf2d
parent10baeab37b1025a25464de47893274285b63f8d4 (diff)
downloadwiki-3ac950f82c772852b242845ecdbe0ae47d5e9554.tar.gz
wiki-3ac950f82c772852b242845ecdbe0ae47d5e9554.tar.bz2
wiki-3ac950f82c772852b242845ecdbe0ae47d5e9554.zip
chore: MySQL Errors (#550)
-rw-r--r--docs/common-errors.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/common-errors.md b/docs/common-errors.md
index f994158..5d06799 100644
--- a/docs/common-errors.md
+++ b/docs/common-errors.md
@@ -126,6 +126,16 @@ Map file './maps/0004331.map' is from an incompatible map version (MAPS v9), MAP
```
Pull the source, recompile tools, copy the extractors to your wow binaries and recreate the maps using the updated mapextractor. Then replace your old map files with the new ones.
+---------------------------------------------------------
+
+**ACE00046*** I get an error when WorldServer is starting:
+```
+Used MySQL library version (8.0.19 id 80019) does not match the version id used to compile AzerothCore (id 80024)
+````
+You need to use the exact version of libmysql.dll as the version you used to compile your source with. You get it from **C:\Program Files\MySQL\MySQL Server 8.x\lib\** or by following the [installation guide](https://www.azerothcore.org/wiki/windows-core-installation#compiling-the-source).
+
+---------------------------------------------------------
+
## Core compilation-related errors
**ACE00060** I don't get a AzerothCore hash