X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FInstall.md;h=733c8109b086cee711b4c0f415864148e30847c2;hb=13d72424637a34d9b4caa734b6b8d82d44ccfb7c;hp=8d52c1c11ac609df080abc2f016ee906461a6f30;hpb=d255c3128ec0f76a4a2a3607194384ef2aed7b24;p=friendica.git 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;