Updated troubleshooting (markdown)

2021-03-14 00:08:08 +11:00
parent dad2010ad8
commit ed25d79602
+3 -1
@@ -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.
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.