From 6599e240ed05125e695764d00e10c28dc466a7c7 Mon Sep 17 00:00:00 2001 From: Ruan Date: Sun, 10 May 2020 06:33:53 +0000 Subject: [PATCH] Update Installation --- Installation.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 9deea25..6b3856e 100644 --- a/Installation.md +++ b/Installation.md @@ -86,4 +86,6 @@ Use the paths for the client key/certificate rather than the server key/certific 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 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) \ No newline at end of file +- 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) + +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`. \ No newline at end of file