diff --git a/doc/Install.md b/doc/Install.md index 8d52c1c11..733c8109b 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;