From ed25d796025fc85e7e2f3fb1e8add3c7ba17bc3f Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Sun, 14 Mar 2021 00:08:08 +1100 Subject: [PATCH] Updated troubleshooting (markdown) --- troubleshooting.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/troubleshooting.md b/troubleshooting.md index 5dca620..2d83cc6 100644 --- a/troubleshooting.md +++ b/troubleshooting.md @@ -33,4 +33,6 @@ USE auth; UPDATE accounts SET privilege = 'administrator' WHERE username = 'admin'; ``` -Then just keep typing "exit" to exit the program. This assumes that you want to restore privileges to the "admin" account - you can of course grant it to whoever you need to. \ No newline at end of file +Then just keep typing "exit" to exit the program. This assumes that you want to restore privileges to the "admin" account - you can of course grant it to whoever you need to. + +The auth-server should start normally now. \ No newline at end of file