From 6b5555a46e55942265a077a86ef9cf8618f1a4c3 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Mon, 7 Sep 2020 13:37:15 +0200 Subject: [PATCH] Update SELF-HOSTING.md --- SELF-HOSTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SELF-HOSTING.md b/SELF-HOSTING.md index 1967918..9e3a36b 100644 --- a/SELF-HOSTING.md +++ b/SELF-HOSTING.md @@ -81,7 +81,7 @@ Make sure you change `` for the previously generated random string * Open the MySQL prompt line (Use the previously set MySQL root password!) `mysql -u root -p` -> If you have problems with the root password try running `sudo mysql` and then run this query: `ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOUR_PASSWORD';`. This changes the password for the user `root` by `YOUR_PASSWORD` +> If you have problems with the root password try running `sudo mysql` and then run this query: `ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'YOUR_PASSWORD';`. This changes the password for the user `root` by `` Now you should be on the MySQL prompt line (`mysql>`). So let's create the databases: