Update doc/Install.md

fix by @MrPetovan

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
Erich 2022-05-01 22:09:00 +10:00 committed by GitHub
parent d255c3128e
commit c938eb5002
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ Then use the following script using the password you just generated:
CREATE DATABASE friendicadb; CREATE DATABASE friendicadb;
CREATE USER 'friendica'@'localhost' IDENTIFIED BY '<<your mysql password here>>'; CREATE USER 'friendica'@'localhost' IDENTIFIED BY '<<your mysql password here>>';
GRANT ALL ON friendicadb.* TO 'friendica'@'localhost' WITH GRANT OPTION; GRANT ALL ON friendicadb.* TO 'friendica'@'localhost';
FLUSH PRIVILEGES; FLUSH PRIVILEGES;
EXIT; EXIT;