diff options
| -rw-r--r-- | docs/ac-dashboard-core-installation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ac-dashboard-core-installation.md b/docs/ac-dashboard-core-installation.md index 0cd2042..c87c150 100644 --- a/docs/ac-dashboard-core-installation.md +++ b/docs/ac-dashboard-core-installation.md @@ -51,7 +51,7 @@ but you can copy it under `conf/config.sh` and change values as you please. ### Set-up the database -- Either connect to your MySQL database and manually create the `acore` MySQL user: +- Either connect to your MySQL database (with `sudo mysql -u root`) and manually create the `acore` MySQL user by running: ``` DROP USER IF EXISTS 'acore'@'localhost'; |
