Updated troubleshooting (markdown)
+3
-1
@@ -33,4 +33,6 @@ USE auth;
|
|||||||
UPDATE accounts SET privilege = 'administrator' WHERE username = 'admin';
|
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.
|
||||||
Reference in New Issue
Block a user