Merge pull request #1436 from nextcloud/backport/1408/stable16

[stable16] Update mysql_4byte_support.rst
This commit is contained in:
Morris Jobke 2019-05-06 15:15:14 +02:00 committed by GitHub
commit 3ed9986c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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::