Merge pull request #2184 from nextcloud/backport/2182/stable18

[stable18] Correct typo: emoijs -> emojis
This commit is contained in:
Morris Jobke 2020-07-05 17:26:53 +02:00 committed by GitHub
commit d5dc8e7d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ MySQL is the recommended database engine. To restore MySQL::
mysql -h [server] -u [username] -p[password] -e "DROP DATABASE nextcloud"
mysql -h [server] -u [username] -p[password] -e "CREATE DATABASE nextcloud"
If you use UTF8 with multibyte support (e.g. for emoijs in filenames), use::
If you use UTF8 with multibyte support (e.g. for emojis in filenames), use::
mysql -h [server] -u [username] -p[password] -e "DROP DATABASE nextcloud"
mysql -h [server] -u [username] -p[password] -e "CREATE DATABASE nextcloud CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci"