mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-11 09:36:24 +01:00
Correct Jacknife SQL step.
This commit is contained in:
@@ -14,7 +14,7 @@ Download the code: `sudo git clone https://github.com/whinis/eve-jacknife`
|
|||||||
|
|
||||||
### Create Database
|
### Create Database
|
||||||
|
|
||||||
mysql -u root -p -e 'create database jackknife; grant all privileges on jackknife.* to 'allianceserver'@'localhost';
|
mysql -u root -p -e "create database jackknife; grant all privileges on jackknife.* to 'allianceserver'@'localhost';"
|
||||||
|
|
||||||
### Configure Settings
|
### Configure Settings
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user