Merge pull request #5266 from nextcloud/backport/5264/stable19

[stable19] Clarify on InnoDB file format
This commit is contained in:
Christoph Wurst 2020-10-20 10:10:32 +02:00 committed by GitHub
commit 714b86bfec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Enabling MySQL 4-byte support
In order to use Emojis (textbased smilies) on your Nextcloud server with a MySQL database, the
installation needs to be tweaked a bit.
1. Make sure your database is set to use the Barracuda InnoDB file format:
1. Make sure your database is set to use the Barracuda InnoDB file format (this is only needed on MySQL 5.x and MariaDB < 10.3):
Login to your mysql database and run::