From: Erich Date: Sun, 1 May 2022 12:09:00 +0000 (+1000) Subject: Update doc/Install.md X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c938eb50028042c40c903c20b2ad19bbbe042ec5;p=friendica.git Update doc/Install.md fix by @MrPetovan Co-authored-by: Hypolite Petovan --- diff --git a/doc/Install.md b/doc/Install.md index 8d52c1c11a..733c8109b0 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -111,7 +111,7 @@ Then use the following script using the password you just generated: CREATE DATABASE friendicadb; CREATE USER 'friendica'@'localhost' IDENTIFIED BY '<>'; - GRANT ALL ON friendicadb.* TO 'friendica'@'localhost' WITH GRANT OPTION; + GRANT ALL ON friendicadb.* TO 'friendica'@'localhost'; FLUSH PRIVILEGES; EXIT;