diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2022-02-06 03:20:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-06 03:20:40 +0100 |
| commit | 672036000f674606c36d80217f75cb5bc65f0f22 (patch) | |
| tree | 2e703d989ac66442307733136a96a96e251a80f9 /docs/common-errors.md | |
| parent | 5d6baae4fcd85d92426927a635f6315c24d0c623 (diff) | |
| download | wiki-672036000f674606c36d80217f75cb5bc65f0f22.tar.gz wiki-672036000f674606c36d80217f75cb5bc65f0f22.tar.bz2 wiki-672036000f674606c36d80217f75cb5bc65f0f22.zip | |
chore: idiot proof common-errors
Diffstat (limited to 'docs/common-errors.md')
| -rw-r--r-- | docs/common-errors.md | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
