Merge pull request #1438 from nextcloud/backport/1408/master

[master] Update mysql_4byte_support.rst
This commit is contained in:
Morris Jobke
2019-05-06 15:16:23 +02:00
committed by GitHub

View File

@@ -11,6 +11,16 @@ installation needs to be tweaked a bit.
[mysqld]
innodb_file_per_table=1
Note::
mysql> show variables like 'innodb_file_per_table';
+-----------------------+-------+
| Variable_name | Value |
+-----------------------+-------+
| innodb_file_per_table | ON |
+-----------------------+-------+
1 row in set (0.00 sec)
b. MySQL older than 8.0::