From 3698f8c778b4bd32cee08b9c71c49d574ed65c34 Mon Sep 17 00:00:00 2001 From: Ruan <2369127-ruany@users.noreply.gitlab.com> Date: Sat, 21 Nov 2020 06:01:08 +0000 Subject: [PATCH] Update Installation --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 6b51328..621cf93 100644 --- a/Installation.md +++ b/Installation.md @@ -85,7 +85,7 @@ If you get an error "404 Not Found": - Make sure that you've extracted it to the correct directory (if the "public_html" folder exists, extract to that folder) If you are unable to connect to `localhost` but are certain that there is a database server running on the local machine: -- Try setting the host to `127.0.0.1` instead of `localhost`. +- Try setting the host to `127.0.0.1` instead of `localhost`. This switches the connection method to TCP. (`localhost` uses local UNIX socket) If bans don't show up: - Try /litebans:ban - if this works and /ban doesn't, then another plugin is overriding the command. See [Command Aliases](https://gitlab.com/ruany/LiteBans/wikis/Command-Aliases)