From ba46d2865a29dbb9601f97d74152483ec10fb325 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sun, 3 Jan 2021 11:37:36 +0100 Subject: chore(Installation): Update mysql path (#323) --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Installation.md') diff --git a/docs/Installation.md b/docs/Installation.md index 7db73c9..50555fe 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -151,7 +151,7 @@ worldserver.exe The `.dll` files needs to be copied manually from their install folder into your compiled folder. -`libmysql.dll` (C:\MySQL\MySQL Server 5.x\lib\) +`libmysql.dll` (C:\Program Files\MySQL\MySQL Server 8.0\lib\) For OpenSSL 1.0.x: -- cgit