diff options
| author | sebastiano mancuso <84024998+sebamancuso@users.noreply.github.com> | 2021-07-22 00:51:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 00:51:26 +0200 |
| commit | bc2da3cf8168b2de7f5efa1699e92a90ef80626a (patch) | |
| tree | 2312a2ee7f0212403509483de901eb87f392ec86 /docs | |
| parent | 20fe145cbc0f6d8f64cd640588decb29926fb179 (diff) | |
| download | wiki-bc2da3cf8168b2de7f5efa1699e92a90ef80626a.tar.gz wiki-bc2da3cf8168b2de7f5efa1699e92a90ef80626a.tar.bz2 wiki-bc2da3cf8168b2de7f5efa1699e92a90ef80626a.zip | |
docs: explicitely tell how to access mysql for the first time (#604)
Diffstat (limited to 'docs')
| -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'; |
