diff options
| author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2021-07-11 20:03:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 20:03:43 +0200 |
| commit | 330119ff678c0636577093b2c72e97a83a2e9cdc (patch) | |
| tree | 1828ee21e30477d9984096b4cf163c32aa9a5ead | |
| parent | 85f8b340d78303a8e182367c30b9db18572f2d92 (diff) | |
| download | wiki-330119ff678c0636577093b2c72e97a83a2e9cdc.tar.gz wiki-330119ff678c0636577093b2c72e97a83a2e9cdc.tar.bz2 wiki-330119ff678c0636577093b2c72e97a83a2e9cdc.zip | |
chore: fix error in common-errors
| -rw-r--r-- | docs/common-errors.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/common-errors.md b/docs/common-errors.md index f1e86bd..1b4271d 100644 --- a/docs/common-errors.md +++ b/docs/common-errors.md @@ -128,11 +128,11 @@ Pull the source, recompile tools, copy the extractors to your wow binaries and r --------------------------------------------------------- -**ACE00046*** I get an error when WorldServer is starting: +**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). +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). --------------------------------------------------------- |
