From 672036000f674606c36d80217f75cb5bc65f0f22 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 6 Feb 2022 03:20:40 +0100 Subject: chore: idiot proof common-errors --- docs/common-errors.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/common-errors.md') diff --git a/docs/common-errors.md b/docs/common-errors.md index 23e982c..e5bdef0 100644 --- a/docs/common-errors.md +++ b/docs/common-errors.md @@ -144,6 +144,8 @@ Used MySQL library version (8.0.19 id 80019) does not match the version id used ```` 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). +This is due to that you have updated your MySQL server but have not recompiled and added the new libmysql.dll file. + --------------------------------------------------------- **ACE00047** I get an error when I am trying to start Worldserver or Authserver -- cgit