From ab417ce6888a1e418916e65a6bdcaa2ae22e2e1b Mon Sep 17 00:00:00 2001 From: Yehonal Date: Thu, 17 Dec 2020 17:58:27 +0100 Subject: Update Database-Setup.md --- docs/Database-Setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/Database-Setup.md b/docs/Database-Setup.md index 0caef10..229e073 100644 --- a/docs/Database-Setup.md +++ b/docs/Database-Setup.md @@ -6,7 +6,7 @@ You can setup the database manually or using the automated script. The `db_assembler` script and the `acore.sh` dashboard both use by default the **acore** db user for the database connection. Running for the first time the assembler command should create the user for you, however, if you're having permissions error or any other issue with that user, please open your MySQL client with the root user and run the following queries: -```SQL +``` DROP USER IF EXISTS 'acore'@'localhost'; DROP USER IF EXISTS 'acore'@'127.0.0.1'; CREATE USER 'acore'@'localhost' IDENTIFIED BY 'acore'; -- cgit