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